#3D5248

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

Shades of Plantation #3D5248

Tints of Plantation #3D5248

Color information

#3D5248 (or 0x3D5248) is unknown color: approx Plantation. HEX triplet: 3D, 52 and 48. RGB value is (61,82,72). Sum of RGB (Red+Green+Blue) = 61+82+72=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5248 is #C2ADB7. Grayscale: #4A4A4A. Windows color (decimal): -12758456 or 4739645. OLE color: 4739645.

HSL color Cylindrical-coordinate representation of color #3D5248: hue angle of 151.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D5248 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB618272-
CMYK0.2600.120.68
HSL151.43º14.69%28.04%-
HSV(B)151.43º25.61%32.16%-
XYZ6.117.497.26-
YUV74.58126.54118.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=28.37%
G=38.14%
B=33.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6182720.2600.120.68151.4314.6928.04
Hex3D52481A0C4497f1c
Octal75122110320141042271734
Binary111101101001010010001101001100100010010010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,72); }

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

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

 a { background-color: rgb(61,82,72); }

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

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

 span { border-color: rgb(61,82,72); }

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