#3E604F

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

Shades of Plantation #3E604F

Tints of Plantation #3E604F

Color information

#3E604F (or 0x3E604F) is unknown color: approx Plantation. HEX triplet: 3E, 60 and 4F. RGB value is (62,96,79). Sum of RGB (Red+Green+Blue) = 62+96+79=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #3E604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E604F is #C19FB0. Grayscale: #535353. Windows color (decimal): -12689329 or 5201982. OLE color: 5201982.

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

Color convert

RGB629679-
CMYK0.3500.180.62
HSL150º21.52%30.98%-
HSV(B)150º35.42%37.65%-
XYZ7.589.958.92-
YUV83.9125.24112.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.16%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=26.16%
G=40.51%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296790.3500.180.6215021.5230.98
Hex3E604F230123E96161f
Octal7614011743022762262637
Binary11111011000001001111100011010010111110100101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,79); }

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

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

 a { background-color: rgb(62,96,79); }

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

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

 span { border-color: rgb(62,96,79); }

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