#425A28

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

Shades of Clover #425A28

Tints of Clover #425A28

Color information

#425A28 (or 0x425A28) is unknown color: approx Clover. HEX triplet: 42, 5A and 28. RGB value is (66,90,40). Sum of RGB (Red+Green+Blue) = 66+90+40=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #425A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A28 is #BDA5D7. Grayscale: #4D4D4D. Windows color (decimal): -12428760 or 2644546. OLE color: 2644546.

HSL color Cylindrical-coordinate representation of color #425A28: hue angle of 88.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425A28 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB669040-
CMYK0.2700.560.65
HSL88.8º38.46%25.49%-
HSV(B)88.8º55.56%35.29%-
XYZ6.298.623.34-
YUV77.12107.05120.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=33.67%
G=45.92%
B=20.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690400.2700.560.6588.838.4625.49
Hex425A281B03841592619
Octal10213250330701011314631
Binary100001010110101010001101101110001000001101100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425A28; }

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

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

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

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

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

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

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

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