#3D5520

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

Shades of Clover #3D5520

Tints of Clover #3D5520

Color information

#3D5520 (or 0x3D5520) is unknown color: approx Clover. HEX triplet: 3D, 55 and 20. RGB value is (61,85,32). Sum of RGB (Red+Green+Blue) = 61+85+32=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5520 is #C2AADF. Grayscale: #474747. Windows color (decimal): -12757728 or 2118973. OLE color: 2118973.

HSL color Cylindrical-coordinate representation of color #3D5520: hue angle of 87.17º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D5520 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB618532-
CMYK0.2800.620.67
HSL87.17º45.3%22.94%-
HSV(B)87.17º62.35%33.33%-
XYZ5.437.592.55-
YUV71.78105.55120.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.27%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=34.27%
G=47.75%
B=17.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6185320.2800.620.6787.1745.322.94
Hex3D55201C03E43572d17
Octal7512540340761031275527
Binary11110110101011000001110001111101000011101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5520; }

 p { color: rgb(61,85,32); }

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

<style>
 a { background-color: #3D5520; }

 a { background-color: rgb(61,85,32); }

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

<style>
 span { border-color: #3D5520; }

 span { border-color: rgb(61,85,32); }

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