#42502A

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

Shades of Clover #42502A

Tints of Clover #42502A

Color information

#42502A (or 0x42502A) is unknown color: approx Clover. HEX triplet: 42, 50 and 2A. RGB value is (66,80,42). Sum of RGB (Red+Green+Blue) = 66+80+42=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #42502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42502A is #BDAFD5. Grayscale: #474747. Windows color (decimal): -12431318 or 2773058. OLE color: 2773058.

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

Color convert

RGB668042-
CMYK0.1700.480.69
HSL82.11º31.15%23.92%-
HSV(B)82.11º47.5%31.37%-
XYZ5.537.063.26-
YUV71.48111.36124.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=35.11%
G=42.55%
B=22.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680420.1700.480.6982.1131.1523.92
Hex42502A1103045521f18
Octal10212052210601051223730
Binary10000101010000101010100010110000100010110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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