#42562C

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

Shades of Clover #42562C

Tints of Clover #42562C

Color information

#42562C (or 0x42562C) is unknown color: approx Clover. HEX triplet: 42, 56 and 2C. RGB value is (66,86,44). Sum of RGB (Red+Green+Blue) = 66+86+44=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #42562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42562C is #BDA9D3. Grayscale: #4B4B4B. Windows color (decimal): -12429780 or 2905666. OLE color: 2905666.

HSL color Cylindrical-coordinate representation of color #42562C: hue angle of 88.57º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42562C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB668644-
CMYK0.2300.490.66
HSL88.57º32.31%25.49%-
HSV(B)88.57º48.84%33.73%-
XYZ6.0383.61-
YUV75.23110.37121.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=33.67%
G=43.88%
B=22.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686440.2300.490.6688.5732.3125.49
Hex42562C1703142592019
Octal10212654270611021314031
Binary100001010101101011001011101100011000010101100110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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