#3D5720

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

Shades of Clover #3D5720

Tints of Clover #3D5720

Color information

#3D5720 (or 0x3D5720) is unknown color: approx Clover. HEX triplet: 3D, 57 and 20. RGB value is (61,87,32). Sum of RGB (Red+Green+Blue) = 61+87+32=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5720 is #C2A8DF. Grayscale: #494949. Windows color (decimal): -12757216 or 2119485. OLE color: 2119485.

HSL color Cylindrical-coordinate representation of color #3D5720: hue angle of 88.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D5720 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB618732-
CMYK0.3000.630.66
HSL88.36º46.22%23.33%-
HSV(B)88.36º63.22%34.12%-
XYZ5.597.912.6-
YUV72.96104.89119.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.89%
GREEN value IS 87 (34.38% from 255) = 48.33%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=33.89%
G=48.33%
B=17.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6187320.3000.630.6688.3646.2223.33
Hex3D57201E03F42582e17
Octal7512740360771021305627
Binary11110110101111000001111001111111000010101100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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