#4C7B0E

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

Shades of Green Leaf #4C7B0E

Tints of Green Leaf #4C7B0E

Color information

#4C7B0E (or 0x4C7B0E) is unknown color: approx Green Leaf. HEX triplet: 4C, 7B and 0E. RGB value is (76,123,14). Sum of RGB (Red+Green+Blue) = 76+123+14=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 123 (48.44% from 255 or 57.75% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7B0E is #B384F1. Grayscale: #606060. Windows color (decimal): -11764978 or 949068. OLE color: 949068.

HSL color Cylindrical-coordinate representation of color #4C7B0E: hue angle of 85.87º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C7B0E is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB7612314-
CMYK0.3800.890.52
HSL85.87º79.56%26.86%-
HSV(B)85.87º88.62%48.24%-
XYZ10.1415.732.92-
YUV96.5281.43113.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 123 (48.44% from 255) = 57.75%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=35.68%
G=57.75%
B=6.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76123140.3800.890.5285.8779.5626.86
Hex4C7BE260593456501b
Octal114173164601316412612033
Binary100110011110111110100110010110011101001010110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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