#3E624A

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

Shades of Plantation #3E624A

Tints of Plantation #3E624A

Color information

#3E624A (or 0x3E624A) is unknown color: approx Plantation. HEX triplet: 3E, 62 and 4A. RGB value is (62,98,74). Sum of RGB (Red+Green+Blue) = 62+98+74=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #3E624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E624A is #C19DB5. Grayscale: #545454. Windows color (decimal): -12688822 or 4874814. OLE color: 4874814.

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

Color convert

RGB629874-
CMYK0.3700.240.62
HSL140º22.5%31.37%-
HSV(B)140º36.73%38.43%-
XYZ7.5910.258.06-
YUV84.5122.07111.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.50%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=26.50%
G=41.88%
B=31.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6298740.3700.240.6214022.531.37
Hex3E624A250183E8c161f
Octal7614211245030762142637
Binary11111011000101001010100101011000111110100011001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,98,74); }

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

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

 a { background-color: rgb(62,98,74); }

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

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

 span { border-color: rgb(62,98,74); }

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