#425032

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

Shades of Clover #425032

Tints of Clover #425032

Color information

#425032 (or 0x425032) is unknown color: approx Clover. HEX triplet: 42, 50 and 32. RGB value is (66,80,50). Sum of RGB (Red+Green+Blue) = 66+80+50=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #425032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425032 is #BDAFCD. Grayscale: #484848. Windows color (decimal): -12431310 or 3297346. OLE color: 3297346.

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

Color convert

RGB668050-
CMYK0.1700.370.69
HSL88º23.08%25.49%-
HSV(B)88º37.5%31.37%-
XYZ5.697.134.09-
YUV72.39115.36123.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=33.67%
G=40.82%
B=25.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680500.1700.370.698823.0825.49
Hex4250321102545581719
Octal10212062210451051302731
Binary10000101010000110010100010100101100010110110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425032; }

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

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

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

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

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

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

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

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