#3D5B4D

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

Shades of Plantation #3D5B4D

Tints of Plantation #3D5B4D

Color information

#3D5B4D (or 0x3D5B4D) is unknown color: approx Plantation. HEX triplet: 3D, 5B and 4D. RGB value is (61,91,77). Sum of RGB (Red+Green+Blue) = 61+91+77=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B4D is #C2A4B2. Grayscale: #505050. Windows color (decimal): -12756147 or 5069629. OLE color: 5069629.

HSL color Cylindrical-coordinate representation of color #3D5B4D: hue angle of 152º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D5B4D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB619177-
CMYK0.3300.150.64
HSL152º19.74%29.8%-
HSV(B)152º32.97%35.69%-
XYZ7.019.018.39-
YUV80.43126.06114.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.64%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=26.64%
G=39.74%
B=33.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6191770.3300.150.6415219.7429.8
Hex3D5B4D210F4098141e
Octal75133115410171002302436
Binary11110110110111001101100001011111000000100110001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,77); }

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

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

 a { background-color: rgb(61,91,77); }

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

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

 span { border-color: rgb(61,91,77); }

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