#4C7208

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

Shades of Green Leaf #4C7208

Tints of Green Leaf #4C7208

Color information

#4C7208 (or 0x4C7208) is unknown color: approx Green Leaf. HEX triplet: 4C, 72 and 08. RGB value is (76,114,8). Sum of RGB (Red+Green+Blue) = 76+114+8=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7208 is #B38DF7. Grayscale: #5A5A5A. Windows color (decimal): -11767288 or 553548. OLE color: 553548.

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

Color convert

RGB761148-
CMYK0.3300.930.55
HSL81.51º86.89%23.92%-
HSV(B)81.51º92.98%44.71%-
XYZ9.0413.592.38-
YUV90.5581.41117.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.38%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=38.38%
G=57.58%
B=4.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7611480.3300.930.5581.5186.8923.92
Hex4C7282105D37525718
Octal114162104101356712212730
Binary100110011100101000100001010111011101111010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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