#42532C

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

Shades of Clover #42532C

Tints of Clover #42532C

Color information

#42532C (or 0x42532C) is unknown color: approx Clover. HEX triplet: 42, 53 and 2C. RGB value is (66,83,44). Sum of RGB (Red+Green+Blue) = 66+83+44=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #42532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42532C is #BDACD3. Grayscale: #494949. Windows color (decimal): -12430548 or 2904898. OLE color: 2904898.

HSL color Cylindrical-coordinate representation of color #42532C: hue angle of 86.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42532C is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB668344-
CMYK0.2000.470.67
HSL86.15º30.71%24.9%-
HSV(B)86.15º46.99%32.55%-
XYZ5.797.533.53-
YUV73.47111.37122.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=34.20%
G=43.01%
B=22.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683440.2000.470.6786.1530.7124.9
Hex42532C1402F43561f19
Octal10212354240571031263731
Binary10000101010011101100101000101111100001110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42532C; }

 p { color: rgb(66,83,44); }

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

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

 a { background-color: rgb(66,83,44); }

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

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

 span { border-color: rgb(66,83,44); }

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