#4A6026

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

Shades of Clover #4A6026

Tints of Clover #4A6026

Color information

#4A6026 (or 0x4A6026) is unknown color: approx Clover. HEX triplet: 4A, 60 and 26. RGB value is (74,96,38). Sum of RGB (Red+Green+Blue) = 74+96+38=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6026 is #B59FD9. Grayscale: #535353. Windows color (decimal): -11902938 or 2515018. OLE color: 2515018.

HSL color Cylindrical-coordinate representation of color #4A6026: hue angle of 82.76º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A6026 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB749638-
CMYK0.2300.600.62
HSL82.76º43.28%26.27%-
HSV(B)82.76º60.42%37.65%-
XYZ7.369.963.37-
YUV82.81102.71121.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=35.58%
G=46.15%
B=18.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496380.2300.600.6282.7643.2826.27
Hex4A60261703C3E532b1a
Octal1121404627074761235332
Binary10010101100000100110101110111100111110101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,38); }

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

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

 a { background-color: rgb(74,96,38); }

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

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

 span { border-color: rgb(74,96,38); }

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