#4C6022

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

Shades of Clover #4C6022

Tints of Clover #4C6022

Color information

#4C6022 (or 0x4C6022) is unknown color: approx Clover. HEX triplet: 4C, 60 and 22. RGB value is (76,96,34). Sum of RGB (Red+Green+Blue) = 76+96+34=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6022 is #B39FDD. Grayscale: #535353. Windows color (decimal): -11771870 or 2252876. OLE color: 2252876.

HSL color Cylindrical-coordinate representation of color #4C6022: hue angle of 79.35º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C6022 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB769634-
CMYK0.2100.650.62
HSL79.35º47.69%25.49%-
HSV(B)79.35º64.58%37.65%-
XYZ7.4510.023.05-
YUV82.95100.37123.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 34 (13.67% from 255) = 16.50%
R=36.89%
G=46.60%
B=16.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696340.2100.650.6279.3547.6925.49
Hex4C6022150413E4f3019
Octal11414042250101761176031
Binary100110011000001000101010101000001111110100111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,34); }

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

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

 a { background-color: rgb(76,96,34); }

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

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

 span { border-color: rgb(76,96,34); }

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