#4C7226

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

Shades of Green Leaf #4C7226

Tints of Green Leaf #4C7226

Color information

#4C7226 (or 0x4C7226) is unknown color: approx Green Leaf. HEX triplet: 4C, 72 and 26. RGB value is (76,114,38). Sum of RGB (Red+Green+Blue) = 76+114+38=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7226 is #B38DD9. Grayscale: #5E5E5E. Windows color (decimal): -11767258 or 2519628. OLE color: 2519628.

HSL color Cylindrical-coordinate representation of color #4C7226: hue angle of 90º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C7226 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB7611438-
CMYK0.3300.670.55
HSL90º50%29.8%-
HSV(B)90º66.67%44.71%-
XYZ9.3513.713.99-
YUV93.9796.41115.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76114380.3300.670.55905029.8
Hex4C722621043375a321e
Octal11416246410103671326236
Binary1001100111001010011010000101000011110111101101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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