#3E5D4B

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

Shades of Plantation #3E5D4B

Tints of Plantation #3E5D4B

Color information

#3E5D4B (or 0x3E5D4B) is unknown color: approx Plantation. HEX triplet: 3E, 5D and 4B. RGB value is (62,93,75). Sum of RGB (Red+Green+Blue) = 62+93+75=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5D4B is #C1A2B4. Grayscale: #515151. Windows color (decimal): -12690101 or 4939070. OLE color: 4939070.

HSL color Cylindrical-coordinate representation of color #3E5D4B: hue angle of 145.16º 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 #3E5D4B is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB629375-
CMYK0.3300.190.64
HSL145.16º20%30.39%-
HSV(B)145.16º33.33%36.47%-
XYZ7.179.368.09-
YUV81.68124.23113.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=26.96%
G=40.43%
B=32.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6293750.3300.190.64145.162030.39
Hex3E5D4B210134091141e
Octal76135113410231002212436
Binary111110101110110010111000010100111000000100100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,93,75); }

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

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

 a { background-color: rgb(62,93,75); }

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

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

 span { border-color: rgb(62,93,75); }

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