Html Css Color HEX #3E654F Plantation

📋 copy color: '#3E654F'

red 62 ◦ green 101 ◦ blue 79

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

Shades of Plantation #3E654F

Tints of Plantation #3E654F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

 BLUE value IS 79 (31.25% from 255) = 32.64%

R = 25.62%
G = 41.74%
B = 32.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#3E654F (or 0x3E654F) is known color: Plantation. HEX triplet: 3E, 65 and 4F. RGB value is (62,101,79). Sum of RGB (Red+Green+Blue) = 62+101+79=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #3E654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E654F is #C19AB0. Grayscale: #565656. Windows color (decimal): -12688049 or 5203262. OLE color: 5203262.

HSL color Cylindrical-coordinate representation of color #3E654F: hue angle of 146.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E654F is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 62 101 79 -
CMYK 0.39 0 0.22 0.60
HSL 146.15º 0.24% 0.32% -
HSV(B) 146.15º 0.39% 0.4% -
XYZ 8.05 10.9 9.08 -
YUV 86.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 62 101 79 0.39 0 0.22 0.60 146.15 0.24 0.32
Hex 3E 65 4F 27 0 16 3C 92 18 20
Octal 76 145 117 47 0 26 74 222 30 40
Binary 111110 1100101 1001111 100111 0 10110 111100 10010010 11000 100000

Color Harmonies of #3E654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E654F

Black with #3E654F

Text Example


Text Example

White with #3E654F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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