#3D531F

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

Shades of Clover #3D531F

Tints of Clover #3D531F

Color information

#3D531F (or 0x3D531F) is unknown color: approx Clover. HEX triplet: 3D, 53 and 1F. RGB value is (61,83,31). Sum of RGB (Red+Green+Blue) = 61+83+31=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #3D531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D531F is #C2ACE0. Grayscale: #464646. Windows color (decimal): -12758241 or 2052925. OLE color: 2052925.

HSL color Cylindrical-coordinate representation of color #3D531F: hue angle of 85.38º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D531F is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB618331-
CMYK0.2700.630.67
HSL85.38º45.61%22.35%-
HSV(B)85.38º62.65%32.55%-
XYZ5.277.282.42-
YUV70.49105.71121.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=34.86%
G=47.43%
B=17.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183310.2700.630.6785.3845.6122.35
Hex3D531F1B03F43552e16
Octal7512337330771031255626
Binary1111011010011111111101101111111000011101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,31); }

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

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

 a { background-color: rgb(61,83,31); }

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

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

 span { border-color: rgb(61,83,31); }

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