#479A0B

Color #479A0B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #479A0B

Tints of Kelly Green #479A0B

Color information

#479A0B (or 0x479A0B) is unknown color: approx Kelly Green. HEX triplet: 47, 9A and 0B. RGB value is (71,154,11). Sum of RGB (Red+Green+Blue) = 71+154+11=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #479A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479A0B is #B865F4. Grayscale: #717171. Windows color (decimal): -12084725 or 760391. OLE color: 760391.

HSL color Cylindrical-coordinate representation of color #479A0B: hue angle of 94.83º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #479A0B is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB7115411-
CMYK0.5400.930.40
HSL94.83º86.67%32.35%-
HSV(B)94.83º92.86%60.39%-
XYZ14.2124.474.29-
YUV112.8870.598.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 154 (60.55% from 255) = 65.25%
BLUE value IS 11 (4.69% from 255) = 4.66%
R=30.08%
G=65.25%
B=4.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71154110.5400.930.4094.8386.6732.35
Hex479AB3605D285f5720
Octal107232136601355013712740
Binary10001111001101010111101100101110110100010111111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479A0B; }

 p { color: rgb(71,154,11); }

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

<style>
 a { background-color: #479A0B; }

 a { background-color: rgb(71,154,11); }

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

<style>
 span { border-color: #479A0B; }

 span { border-color: rgb(71,154,11); }

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