#4C6226

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

Shades of Green Leaf #4C6226

Tints of Green Leaf #4C6226

Color information

#4C6226 (or 0x4C6226) is unknown color: approx Green Leaf. HEX triplet: 4C, 62 and 26. RGB value is (76,98,38). Sum of RGB (Red+Green+Blue) = 76+98+38=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6226 is #B39DD9. Grayscale: #545454. Windows color (decimal): -11771354 or 2515532. OLE color: 2515532.

HSL color Cylindrical-coordinate representation of color #4C6226: hue angle of 82º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C6226 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB769838-
CMYK0.2200.610.62
HSL82º44.12%26.67%-
HSV(B)82º61.22%38.43%-
XYZ7.710.413.44-
YUV84.58101.71121.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.85%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=35.85%
G=46.23%
B=17.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7698380.2200.610.628244.1226.67
Hex4C62261603D3E522c1b
Octal1141424626075761225433
Binary10011001100010100110101100111101111110101001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6226; }

 p { color: rgb(76,98,38); }

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

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

 a { background-color: rgb(76,98,38); }

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

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

 span { border-color: rgb(76,98,38); }

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