#42542D

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

Shades of Clover #42542D

Tints of Clover #42542D

Color information

#42542D (or 0x42542D) is unknown color: approx Clover. HEX triplet: 42, 54 and 2D. RGB value is (66,84,45). Sum of RGB (Red+Green+Blue) = 66+84+45=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #42542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42542D is #BDABD2. Grayscale: #4A4A4A. Windows color (decimal): -12430291 or 2970690. OLE color: 2970690.

HSL color Cylindrical-coordinate representation of color #42542D: hue angle of 87.69º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42542D is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB668445-
CMYK0.2100.460.67
HSL87.69º30.23%25.29%-
HSV(B)87.69º46.43%32.94%-
XYZ5.897.693.66-
YUV74.17111.54122.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=33.85%
G=43.08%
B=23.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684450.2100.460.6787.6930.2325.29
Hex42542D1502E43581e19
Octal10212455250561031303631
Binary10000101010100101101101010101110100001110110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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