#42502D

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

Shades of Clover #42502D

Tints of Clover #42502D

Color information

#42502D (or 0x42502D) is unknown color: approx Clover. HEX triplet: 42, 50 and 2D. RGB value is (66,80,45). Sum of RGB (Red+Green+Blue) = 66+80+45=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #42502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42502D is #BDAFD2. Grayscale: #474747. Windows color (decimal): -12431315 or 2969666. OLE color: 2969666.

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

Color convert

RGB668045-
CMYK0.1700.440.69
HSL84º28%24.51%-
HSV(B)84º43.75%31.37%-
XYZ5.597.093.56-
YUV71.82112.86123.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=34.55%
G=41.88%
B=23.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680450.1700.440.69842824.51
Hex42502D1102C45541c19
Octal10212055210541051243431
Binary10000101010000101101100010101100100010110101001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42502D; }

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

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

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

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

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

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

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

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