#425328

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

Shades of Clover #425328

Tints of Clover #425328

Color information

#425328 (or 0x425328) is unknown color: approx Clover. HEX triplet: 42, 53 and 28. RGB value is (66,83,40). Sum of RGB (Red+Green+Blue) = 66+83+40=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #425328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425328 is #BDACD7. Grayscale: #494949. Windows color (decimal): -12430552 or 2642754. OLE color: 2642754.

HSL color Cylindrical-coordinate representation of color #425328: hue angle of 83.72º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #425328 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB668340-
CMYK0.2000.520.67
HSL83.72º34.96%24.12%-
HSV(B)83.72º51.81%32.55%-
XYZ5.727.53.15-
YUV73.02109.37123-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=34.92%
G=43.92%
B=21.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683400.2000.520.6783.7234.9624.12
Hex4253281403443542318
Octal10212350240641031244330
Binary100001010100111010001010001101001000011101010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425328; }

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

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

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

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

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

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

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

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