#425332

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

Shades of Clover #425332

Tints of Clover #425332

Color information

#425332 (or 0x425332) is unknown color: approx Clover. HEX triplet: 42, 53 and 32. RGB value is (66,83,50). Sum of RGB (Red+Green+Blue) = 66+83+50=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #425332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425332 is #BDACCD. Grayscale: #4A4A4A. Windows color (decimal): -12430542 or 3298114. OLE color: 3298114.

HSL color Cylindrical-coordinate representation of color #425332: hue angle of 90.91º 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 #425332 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB668350-
CMYK0.2000.400.67
HSL90.91º24.81%26.08%-
HSV(B)90.91º39.76%32.55%-
XYZ5.927.584.17-
YUV74.16114.37122.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=33.17%
G=41.71%
B=25.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683500.2000.400.6790.9124.8126.08
Hex42533214028435b191a
Octal10212362240501031333132
Binary10000101010011110010101000101000100001110110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425332; }

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

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

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

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

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

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

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

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