#4C6123

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

Shades of Green Leaf #4C6123

Tints of Green Leaf #4C6123

Color information

#4C6123 (or 0x4C6123) is unknown color: approx Green Leaf. HEX triplet: 4C, 61 and 23. RGB value is (76,97,35). Sum of RGB (Red+Green+Blue) = 76+97+35=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #4C6123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6123 is #B39EDC. Grayscale: #535353. Windows color (decimal): -11771613 or 2318668. OLE color: 2318668.

HSL color Cylindrical-coordinate representation of color #4C6123: hue angle of 80.32º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C6123 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB769735-
CMYK0.2200.640.62
HSL80.32º46.97%25.88%-
HSV(B)80.32º63.92%38.04%-
XYZ7.5610.213.16-
YUV83.65100.54122.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.54%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=36.54%
G=46.63%
B=16.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7697350.2200.640.6280.3246.9725.88
Hex4C6123160403E502f1a
Octal11414143260100761205732
Binary100110011000011000111011001000000111110101000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,97,35); }

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

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

 a { background-color: rgb(76,97,35); }

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

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

 span { border-color: rgb(76,97,35); }

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