#4C7508

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

Shades of Green Leaf #4C7508

Tints of Green Leaf #4C7508

Color information

#4C7508 (or 0x4C7508) is unknown color: approx Green Leaf. HEX triplet: 4C, 75 and 08. RGB value is (76,117,8). Sum of RGB (Red+Green+Blue) = 76+117+8=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7508 is #B38AF7. Grayscale: #5C5C5C. Windows color (decimal): -11766520 or 554316. OLE color: 554316.

HSL color Cylindrical-coordinate representation of color #4C7508: hue angle of 82.57º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C7508 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB761178-
CMYK0.3500.930.54
HSL82.57º87.2%24.51%-
HSV(B)82.57º93.16%45.88%-
XYZ9.3914.282.49-
YUV92.3280.42116.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 117 (46.09% from 255) = 58.21%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=37.81%
G=58.21%
B=3.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7611780.3500.930.5482.5787.224.51
Hex4C7582305D36535719
Octal114165104301356612312731
Binary100110011101011000100011010111011101101010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,117,8); }

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

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

 a { background-color: rgb(76,117,8); }

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

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

 span { border-color: rgb(76,117,8); }

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