#425432

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

Shades of Clover #425432

Tints of Clover #425432

Color information

#425432 (or 0x425432) is unknown color: approx Clover. HEX triplet: 42, 54 and 32. RGB value is (66,84,50). Sum of RGB (Red+Green+Blue) = 66+84+50=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #425432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425432 is #BDABCD. Grayscale: #4A4A4A. Windows color (decimal): -12430286 or 3298370. OLE color: 3298370.

HSL color Cylindrical-coordinate representation of color #425432: hue angle of 91.76º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #425432 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB668450-
CMYK0.2100.400.67
HSL91.76º25.37%26.27%-
HSV(B)91.76º40.48%32.94%-
XYZ5.997.734.19-
YUV74.74114.04121.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 50 (19.92% from 255) = 25%
R=33%
G=42%
B=25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684500.2100.400.6791.7625.3726.27
Hex42543215028435c191a
Octal10212462250501031343132
Binary10000101010100110010101010101000100001110111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425432; }

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

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

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

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

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

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

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

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