#3E564B

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

Shades of Plantation #3E564B

Tints of Plantation #3E564B

Color information

#3E564B (or 0x3E564B) is unknown color: approx Plantation. HEX triplet: 3E, 56 and 4B. RGB value is (62,86,75). Sum of RGB (Red+Green+Blue) = 62+86+75=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #3E564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E564B is #C1A9B4. Grayscale: #4D4D4D. Windows color (decimal): -12691893 or 4937278. OLE color: 4937278.

HSL color Cylindrical-coordinate representation of color #3E564B: hue angle of 152.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E564B is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB628675-
CMYK0.2800.130.66
HSL152.5º16.22%29.02%-
HSV(B)152.5º27.91%33.73%-
XYZ6.588.197.89-
YUV77.57126.55116.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=27.80%
G=38.57%
B=33.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6286750.2800.130.66152.516.2229.02
Hex3E564B1C0D4298101d
Octal76126113340151022302035
Binary1111101010110100101111100011011000010100110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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