#425334

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

Shades of Clover #425334

Tints of Clover #425334

Color information

#425334 (or 0x425334) is unknown color: approx Clover. HEX triplet: 42, 53 and 34. RGB value is (66,83,52). Sum of RGB (Red+Green+Blue) = 66+83+52=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #425334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425334 is #BDACCB. Grayscale: #4A4A4A. Windows color (decimal): -12430540 or 3429186. OLE color: 3429186.

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

Color convert

RGB668352-
CMYK0.2000.370.67
HSL92.9º22.96%26.47%-
HSV(B)92.9º37.35%32.55%-
XYZ5.967.594.4-
YUV74.38115.37122.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=32.84%
G=41.29%
B=25.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683520.2000.370.6792.922.9626.47
Hex42533414025435d171a
Octal10212364240451031352732
Binary10000101010011110100101000100101100001110111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425334; }

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

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

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

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

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

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

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

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