#3E5A4D

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

Shades of Plantation #3E5A4D

Tints of Plantation #3E5A4D

Color information

#3E5A4D (or 0x3E5A4D) is unknown color: approx Plantation. HEX triplet: 3E, 5A and 4D. RGB value is (62,90,77). Sum of RGB (Red+Green+Blue) = 62+90+77=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5A4D is #C1A5B2. Grayscale: #505050. Windows color (decimal): -12690867 or 5069374. OLE color: 5069374.

HSL color Cylindrical-coordinate representation of color #3E5A4D: hue angle of 152.14º 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 #3E5A4D is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB629077-
CMYK0.3100.140.65
HSL152.14º18.42%29.8%-
HSV(B)152.14º31.11%35.29%-
XYZ6.988.878.37-
YUV80.15126.22115.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.07%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=27.07%
G=39.30%
B=33.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6290770.3100.140.65152.1418.4229.8
Hex3E5A4D1F0E4198121e
Octal76132115370161012302236
Binary1111101011010100110111111011101000001100110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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