#3E634F

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

Shades of Plantation #3E634F

Tints of Plantation #3E634F

Color information

#3E634F (or 0x3E634F) is unknown color: approx Plantation. HEX triplet: 3E, 63 and 4F. RGB value is (62,99,79). Sum of RGB (Red+Green+Blue) = 62+99+79=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #3E634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E634F is #C19CB0. Grayscale: #555555. Windows color (decimal): -12688561 or 5202750. OLE color: 5202750.

HSL color Cylindrical-coordinate representation of color #3E634F: hue angle of 147.57º 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 #3E634F is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB629979-
CMYK0.3700.200.61
HSL147.57º22.98%31.57%-
HSV(B)147.57º37.37%38.82%-
XYZ7.8610.519.01-
YUV85.66124.24111.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=25.83%
G=41.25%
B=32.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6299790.3700.200.61147.5722.9831.57
Hex3E634F250143D941720
Octal7614311745024752242740
Binary111110110001110011111001010101001111011001010010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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