#42552A

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

Shades of Clover #42552A

Tints of Clover #42552A

Color information

#42552A (or 0x42552A) is unknown color: approx Clover. HEX triplet: 42, 55 and 2A. RGB value is (66,85,42). Sum of RGB (Red+Green+Blue) = 66+85+42=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #42552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42552A is #BDAAD5. Grayscale: #4A4A4A. Windows color (decimal): -12430038 or 2774338. OLE color: 2774338.

HSL color Cylindrical-coordinate representation of color #42552A: hue angle of 86.51º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42552A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB668542-
CMYK0.2200.510.67
HSL86.51º33.86%24.9%-
HSV(B)86.51º50.59%33.33%-
XYZ5.917.823.39-
YUV74.42109.71122-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=34.20%
G=44.04%
B=21.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685420.2200.510.6786.5133.8624.9
Hex42552A1603343572219
Octal10212552260631031274231
Binary100001010101011010101011001100111000011101011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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