#425030

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

Shades of Clover #425030

Tints of Clover #425030

Color information

#425030 (or 0x425030) is unknown color: approx Clover. HEX triplet: 42, 50 and 30. RGB value is (66,80,48). Sum of RGB (Red+Green+Blue) = 66+80+48=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #425030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425030 is #BDAFCF. Grayscale: #484848. Windows color (decimal): -12431312 or 3166274. OLE color: 3166274.

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

Color convert

RGB668048-
CMYK0.1700.400.69
HSL86.25º25%25.1%-
HSV(B)86.25º40%31.37%-
XYZ5.657.113.87-
YUV72.17114.36123.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=34.02%
G=41.24%
B=24.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680480.1700.400.6986.252525.1
Hex4250301102845561919
Octal10212060210501051263131
Binary10000101010000110000100010101000100010110101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425030; }

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

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

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

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

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

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

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

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