#42502B

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

Shades of Clover #42502B

Tints of Clover #42502B

Color information

#42502B (or 0x42502B) is unknown color: approx Clover. HEX triplet: 42, 50 and 2B. RGB value is (66,80,43). Sum of RGB (Red+Green+Blue) = 66+80+43=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #42502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42502B is #BDAFD4. Grayscale: #474747. Windows color (decimal): -12431317 or 2838594. OLE color: 2838594.

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

Color convert

RGB668043-
CMYK0.1700.460.69
HSL82.7º30.08%24.12%-
HSV(B)82.7º46.25%31.37%-
XYZ5.557.073.36-
YUV71.6111.86124.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=34.92%
G=42.33%
B=22.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680430.1700.460.6982.730.0824.12
Hex42502B1102E45531e18
Octal10212053210561051233630
Binary10000101010000101011100010101110100010110100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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