#476F0B

Color #476F0B Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #476F0B

Tints of Green Leaf #476F0B

Color information

#476F0B (or 0x476F0B) is unknown color: approx Green Leaf. HEX triplet: 47, 6F and 0B. RGB value is (71,111,11). Sum of RGB (Red+Green+Blue) = 71+111+11=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #476F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476F0B is #B890F4. Grayscale: #575757. Windows color (decimal): -12095733 or 749383. OLE color: 749383.

HSL color Cylindrical-coordinate representation of color #476F0B: hue angle of 84º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #476F0B is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB7111111-
CMYK0.3600.900.56
HSL84º81.97%23.92%-
HSV(B)84º90.09%43.53%-
XYZ8.3412.732.33-
YUV87.6484.75116.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=36.79%
G=57.51%
B=5.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111110.3600.900.568481.9723.92
Hex476FB2405A38545218
Octal107157134401327012412230
Binary100011111011111011100100010110101110001010100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476F0B; }

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

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

<style>
 a { background-color: #476F0B; }

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

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

<style>
 span { border-color: #476F0B; }

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

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