#425227

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

Shades of Clover #425227

Tints of Clover #425227

Color information

#425227 (or 0x425227) is unknown color: approx Clover. HEX triplet: 42, 52 and 27. RGB value is (66,82,39). Sum of RGB (Red+Green+Blue) = 66+82+39=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #425227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425227 is #BDADD8. Grayscale: #484848. Windows color (decimal): -12430809 or 2576962. OLE color: 2576962.

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

Color convert

RGB668239-
CMYK0.2000.520.68
HSL82.33º35.54%23.73%-
HSV(B)82.33º52.44%32.16%-
XYZ5.637.343.04-
YUV72.31109.2123.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=35.29%
G=43.85%
B=20.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682390.2000.520.6882.3335.5423.73
Hex4252271403444522418
Octal10212247240641041224430
Binary100001010100101001111010001101001000100101001010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425227; }

 p { color: rgb(66,82,39); }

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

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

 a { background-color: rgb(66,82,39); }

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

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

 span { border-color: rgb(66,82,39); }

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