#425920

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

Shades of Clover #425920

Tints of Clover #425920

Color information

#425920 (or 0x425920) is unknown color: approx Clover. HEX triplet: 42, 59 and 20. RGB value is (66,89,32). Sum of RGB (Red+Green+Blue) = 66+89+32=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #425920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425920 is #BDA6DF. Grayscale: #4B4B4B. Windows color (decimal): -12429024 or 2120002. OLE color: 2120002.

HSL color Cylindrical-coordinate representation of color #425920: hue angle of 84.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #425920 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB668932-
CMYK0.2600.640.65
HSL84.21º47.11%23.73%-
HSV(B)84.21º64.04%34.9%-
XYZ6.088.412.67-
YUV75.62103.38121.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 89 (35.16% from 255) = 47.59%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=35.29%
G=47.59%
B=17.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689320.2600.640.6584.2147.1123.73
Hex4259201A04041542f18
Octal102131403201001011245730
Binary1000010101100110000011010010000001000001101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425920; }

 p { color: rgb(66,89,32); }

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

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

 a { background-color: rgb(66,89,32); }

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

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

 span { border-color: rgb(66,89,32); }

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