Html Css Color HEX #3E624D Plantation

📋 copy color: '#3E624D'

red 62 ◦ green 98 ◦ blue 77

#3E624D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #3E624D

Tints of Plantation #3E624D

RGB

 RED value IS 62 (24.61% from 255) = 26.16%

 GREEN value IS 98 (38.67% from 255) = 41.35%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 26.16%
G = 41.35%
B = 32.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#3E624D (or 0x3E624D) is known color: Plantation. HEX triplet: 3E, 62 and 4D. RGB value is (62,98,77). Sum of RGB (Red+Green+Blue) = 62+98+77=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #3E624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E624D is #C19DB2. Grayscale: #545454. Windows color (decimal): -12688819 or 5071422. OLE color: 5071422.

HSL color Cylindrical-coordinate representation of color #3E624D: hue angle of 145º degrees, saturation: 0.22, 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 #3E624D is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 98 77 -
CMYK 0.37 0 0.21 0.62
HSL 145º 0.23% 0.31% -
HSV(B) 145º 0.37% 0.38% -
XYZ 7.69 10.3 8.6 -
YUV 84.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 62 98 77 0.37 0 0.21 0.62 145 0.23 0.31
Hex 3E 62 4D 25 0 15 3E 91 16 1F
Octal 76 142 115 45 0 25 76 221 26 37
Binary 111110 1100010 1001101 100101 0 10101 111110 10010001 10110 11111

Color Harmonies of #3E624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E624D

Black with #3E624D

Text Example


Text Example

White with #3E624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E624D;
 }
 .AnyTagClassName
 {
   color: #3E624D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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