#476518

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

Shades of Green Leaf #476518

Tints of Green Leaf #476518

Color information

#476518 (or 0x476518) is unknown color: approx Green Leaf. HEX triplet: 47, 65 and 18. RGB value is (71,101,24). Sum of RGB (Red+Green+Blue) = 71+101+24=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #476518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476518 is #B89AE7. Grayscale: #535353. Windows color (decimal): -12098280 or 1598791. OLE color: 1598791.

HSL color Cylindrical-coordinate representation of color #476518: hue angle of 83.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #476518 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB7110124-
CMYK0.3000.760.60
HSL83.38º61.6%24.51%-
HSV(B)83.38º76.24%39.61%-
XYZ7.4210.712.54-
YUV83.2594.56119.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 101 (39.84% from 255) = 51.53%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=36.22%
G=51.53%
B=12.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101240.3000.760.6083.3861.624.51
Hex4765181E04C3C533e19
Octal10714530360114741237631
Binary10001111100101110001111001001100111100101001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476518; }

 p { color: rgb(71,101,24); }

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

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

 a { background-color: rgb(71,101,24); }

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

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

 span { border-color: rgb(71,101,24); }

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