Html Css Color HEX #3E684E Plantation

📋 copy color: '#3E684E'

red 62 ◦ green 104 ◦ blue 78

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

Shades of Plantation #3E684E

Tints of Plantation #3E684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 78 (30.86% from 255) = 31.97%

R = 25.41%
G = 42.62%
B = 31.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#3E684E (or 0x3E684E) is known color: Plantation. HEX triplet: 3E, 68 and 4E. RGB value is (62,104,78). Sum of RGB (Red+Green+Blue) = 62+104+78=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #3E684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E684E is #C197B1. Grayscale: #585858. Windows color (decimal): -12687282 or 5138494. OLE color: 5138494.

HSL color Cylindrical-coordinate representation of color #3E684E: hue angle of 142.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E684E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 104 78 -
CMYK 0.40 0 0.25 0.59
HSL 142.86º 0.25% 0.33% -
HSV(B) 142.86º 0.4% 0.41% -
XYZ 8.31 11.47 8.98 -
YUV 88.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 62 104 78 0.40 0 0.25 0.59 142.86 0.25 0.33
Hex 3E 68 4E 28 0 19 3B 8F 19 21
Octal 76 150 116 50 0 31 73 217 31 41
Binary 111110 1101000 1001110 101000 0 11001 111011 10001111 11001 100001

Color Harmonies of #3E684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E684E

Black with #3E684E

Text Example


Text Example

White with #3E684E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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