#73AF3A

Color #73AF3A Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #73AF3A

Tints of Apple #73AF3A

Color information

#73AF3A (or 0x73AF3A) is unknown color: approx Apple. HEX triplet: 73, AF and 3A. RGB value is (115,175,58). Sum of RGB (Red+Green+Blue) = 115+175+58=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF3A is #8C50C5. Grayscale: #909090. Windows color (decimal): -9195718 or 3846003. OLE color: 3846003.

HSL color Cylindrical-coordinate representation of color #73AF3A: hue angle of 90.77º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73AF3A is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB11517558-
CMYK0.3400.670.31
HSL90.77º50.21%45.69%-
HSV(B)90.77º66.86%68.63%-
XYZ23.1634.619.46-
YUV143.7279.62107.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 58 (23.05% from 255) = 16.67%
R=33.05%
G=50.29%
B=16.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115175580.3400.670.3190.7750.2145.69
Hex73AF3A220431F5b322e
Octal16325772420103371336256
Binary11100111010111111101010001001000011111111011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AF3A; }

 p { color: rgb(115,175,58); }

 H1.HeaderClassName
 {
   color: #73AF3A;
 }
 .AnyTagClassName
 {
   color: #73AF3A;
 }
</style>
background-color css

<style>
 a { background-color: #73AF3A; }

 a { background-color: rgb(115,175,58); }

 div.DivClassName
 {
   background-color: #73AF3A;
 }
 .BgClassName
 {
   background-color: #73AF3A;
 }
</style>
border-color css

<style>
 span { border-color: #73AF3A; }

 span { border-color: rgb(115,175,58); }

 td.TdClassName
 {
   border-color: #73AF3A;
 }
 .TagClassName
 {
   border-color: #73AF3A;
 }
</style>