#3D6249

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

Shades of Plantation #3D6249

Tints of Plantation #3D6249

Color information

#3D6249 (or 0x3D6249) is unknown color: approx Plantation. HEX triplet: 3D, 62 and 49. RGB value is (61,98,73). Sum of RGB (Red+Green+Blue) = 61+98+73=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6249 is #C29DB6. Grayscale: #545454. Windows color (decimal): -12754359 or 4809277. OLE color: 4809277.

HSL color Cylindrical-coordinate representation of color #3D6249: hue angle of 139.46º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D6249 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB619873-
CMYK0.3800.260.62
HSL139.46º23.27%31.18%-
HSV(B)139.46º37.76%38.43%-
XYZ7.4910.217.88-
YUV84.09121.74111.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=26.29%
G=42.24%
B=31.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6198730.3800.260.62139.4623.2731.18
Hex3D62492601A3E8b171f
Octal7514211146032762132737
Binary11110111000101001001100110011010111110100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,73); }

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

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

 a { background-color: rgb(61,98,73); }

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

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

 span { border-color: rgb(61,98,73); }

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