#3E6850

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

Shades of Plantation #3E6850

Tints of Plantation #3E6850

Color information

#3E6850 (or 0x3E6850) is unknown color: approx Plantation. HEX triplet: 3E, 68 and 50. RGB value is (62,104,80). Sum of RGB (Red+Green+Blue) = 62+104+80=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #3E6850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6850 is #C197AF. Grayscale: #585858. Windows color (decimal): -12687280 or 5269566. OLE color: 5269566.

HSL color Cylindrical-coordinate representation of color #3E6850: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E6850 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB6210480-
CMYK0.4000.230.59
HSL145.71º25.3%32.55%-
HSV(B)145.71º40.38%40.78%-
XYZ8.3811.59.37-
YUV88.71123.09108.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=25.20%
G=42.28%
B=32.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62104800.4000.230.59145.7125.332.55
Hex3E6850280173B921921
Octal7615012050027732223141
Binary111110110100010100001010000101111110111001001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,104,80); }

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

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

 a { background-color: rgb(62,104,80); }

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

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

 span { border-color: rgb(62,104,80); }

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