#3E5A4B

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

Shades of Plantation #3E5A4B

Tints of Plantation #3E5A4B

Color information

#3E5A4B (or 0x3E5A4B) is unknown color: approx Plantation. HEX triplet: 3E, 5A and 4B. RGB value is (62,90,75). Sum of RGB (Red+Green+Blue) = 62+90+75=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5A4B is #C1A5B4. Grayscale: #4F4F4F. Windows color (decimal): -12690869 or 4938302. OLE color: 4938302.

HSL color Cylindrical-coordinate representation of color #3E5A4B: hue angle of 147.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E5A4B is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB629075-
CMYK0.3100.170.65
HSL147.86º18.42%29.8%-
HSV(B)147.86º31.11%35.29%-
XYZ6.918.848-
YUV79.92125.22115.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.31%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=27.31%
G=39.65%
B=33.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6290750.3100.170.65147.8618.4229.8
Hex3E5A4B1F0114194121e
Octal76132113370211012242236
Binary11111010110101001011111110100011000001100101001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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