#425033

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

Shades of Clover #425033

Tints of Clover #425033

Color information

#425033 (or 0x425033) is unknown color: approx Clover. HEX triplet: 42, 50 and 33. RGB value is (66,80,51). Sum of RGB (Red+Green+Blue) = 66+80+51=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #425033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425033 is #BDAFCC. Grayscale: #484848. Windows color (decimal): -12431309 or 3362882. OLE color: 3362882.

HSL color Cylindrical-coordinate representation of color #425033: hue angle of 88.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425033 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB668051-
CMYK0.1700.360.69
HSL88.97º22.14%25.69%-
HSV(B)88.97º36.25%31.37%-
XYZ5.717.134.21-
YUV72.51115.86123.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=33.50%
G=40.61%
B=25.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680510.1700.360.6988.9722.1425.69
Hex425033110244559161a
Octal10212063210441051312632
Binary10000101010000110011100010100100100010110110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425033; }

 p { color: rgb(66,80,51); }

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

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

 a { background-color: rgb(66,80,51); }

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

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

 span { border-color: rgb(66,80,51); }

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