#3E634E

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

Shades of Plantation #3E634E

Tints of Plantation #3E634E

Color information

#3E634E (or 0x3E634E) is unknown color: approx Plantation. HEX triplet: 3E, 63 and 4E. RGB value is (62,99,78). Sum of RGB (Red+Green+Blue) = 62+99+78=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #3E634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E634E is #C19CB1. Grayscale: #555555. Windows color (decimal): -12688562 or 5137214. OLE color: 5137214.

HSL color Cylindrical-coordinate representation of color #3E634E: hue angle of 145.95º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E634E is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB629978-
CMYK0.3700.210.61
HSL145.95º22.98%31.57%-
HSV(B)145.95º37.37%38.82%-
XYZ7.8210.58.82-
YUV85.54123.74111.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.94%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=25.94%
G=41.42%
B=32.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6299780.3700.210.61145.9522.9831.57
Hex3E634E250153D921720
Octal7614311645025752222740
Binary111110110001110011101001010101011111011001001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,99,78); }

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

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

 a { background-color: rgb(62,99,78); }

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

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

 span { border-color: rgb(62,99,78); }

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