#4C7B0C

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

Shades of Green Leaf #4C7B0C

Tints of Green Leaf #4C7B0C

Color information

#4C7B0C (or 0x4C7B0C) is unknown color: approx Green Leaf. HEX triplet: 4C, 7B and 0C. RGB value is (76,123,12). Sum of RGB (Red+Green+Blue) = 76+123+12=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7B0C is #B384F3. Grayscale: #606060. Windows color (decimal): -11764980 or 817996. OLE color: 817996.

HSL color Cylindrical-coordinate representation of color #4C7B0C: hue angle of 85.41º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C7B0C is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB7612312-
CMYK0.3800.900.52
HSL85.41º82.22%26.47%-
HSV(B)85.41º90.24%48.24%-
XYZ10.1315.732.85-
YUV96.2980.43113.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.02%
GREEN value IS 123 (48.44% from 255) = 58.29%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=36.02%
G=58.29%
B=5.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76123120.3800.900.5285.4182.2226.47
Hex4C7BC2605A3455521a
Octal114173144601326412512232
Binary100110011110111100100110010110101101001010101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,123,12); }

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

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

 a { background-color: rgb(76,123,12); }

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

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

 span { border-color: rgb(76,123,12); }

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