#424F32

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

Shades of Clover #424F32

Tints of Clover #424F32

Color information

#424F32 (or 0x424F32) is unknown color: approx Clover. HEX triplet: 42, 4F and 32. RGB value is (66,79,50). Sum of RGB (Red+Green+Blue) = 66+79+50=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #424F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F32 is #BDB0CD. Grayscale: #474747. Windows color (decimal): -12431566 or 3297090. OLE color: 3297090.

HSL color Cylindrical-coordinate representation of color #424F32: hue angle of 86.9º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #424F32 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB667950-
CMYK0.1600.370.69
HSL86.9º22.48%25.29%-
HSV(B)86.9º36.71%30.98%-
XYZ5.626.984.07-
YUV71.81115.69123.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=33.85%
G=40.51%
B=25.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679500.1600.370.6986.922.4825.29
Hex424F321002545571619
Octal10211762200451051272631
Binary10000101001111110010100000100101100010110101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F32; }

 p { color: rgb(66,79,50); }

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

<style>
 a { background-color: #424F32; }

 a { background-color: rgb(66,79,50); }

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

<style>
 span { border-color: #424F32; }

 span { border-color: rgb(66,79,50); }

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