#3E6050

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

Shades of Plantation #3E6050

Tints of Plantation #3E6050

Color information

#3E6050 (or 0x3E6050) is unknown color: approx Plantation. HEX triplet: 3E, 60 and 50. RGB value is (62,96,80). Sum of RGB (Red+Green+Blue) = 62+96+80=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6050 is #C19FAF. Grayscale: #545454. Windows color (decimal): -12689328 or 5267518. OLE color: 5267518.

HSL color Cylindrical-coordinate representation of color #3E6050: hue angle of 151.76º 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 #3E6050 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB629680-
CMYK0.3500.170.62
HSL151.76º21.52%30.98%-
HSV(B)151.76º35.42%37.65%-
XYZ7.629.979.11-
YUV84.01125.74112.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.05%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=26.05%
G=40.34%
B=33.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296800.3500.170.62151.7621.5230.98
Hex3E6050230113E98161f
Octal7614012043021762302637
Binary11111011000001010000100011010001111110100110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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