#425A25

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

Shades of Clover #425A25

Tints of Clover #425A25

Color information

#425A25 (or 0x425A25) is unknown color: approx Clover. HEX triplet: 42, 5A and 25. RGB value is (66,90,37). Sum of RGB (Red+Green+Blue) = 66+90+37=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #425A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A25 is #BDA5DA. Grayscale: #4C4C4C. Windows color (decimal): -12428763 or 2447938. OLE color: 2447938.

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

Color convert

RGB669037-
CMYK0.2700.590.65
HSL87.17º41.73%24.9%-
HSV(B)87.17º58.89%35.29%-
XYZ6.248.63.08-
YUV76.78105.55120.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=34.20%
G=46.63%
B=19.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690370.2700.590.6587.1741.7324.9
Hex425A251B03B41572a19
Octal10213245330731011275231
Binary100001010110101001011101101110111000001101011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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