Html Css Color HEX #3E684F Plantation

📋 copy color: '#3E684F'

red 62 ◦ green 104 ◦ blue 79

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

Shades of Plantation #3E684F

Tints of Plantation #3E684F

RGB

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

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

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

R = 25.31%
G = 42.45%
B = 32.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#3E684F (or 0x3E684F) is known color: Plantation. HEX triplet: 3E, 68 and 4F. RGB value is (62,104,79). Sum of RGB (Red+Green+Blue) = 62+104+79=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #3E684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E684F is #C197B0. Grayscale: #585858. Windows color (decimal): -12687281 or 5204030. OLE color: 5204030.

HSL color Cylindrical-coordinate representation of color #3E684F: hue angle of 144.29º 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 #3E684F is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 104 79 -
CMYK 0.40 0 0.24 0.59
HSL 144.29º 0.25% 0.33% -
HSV(B) 144.29º 0.4% 0.41% -
XYZ 8.35 11.49 9.17 -
YUV 88.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 62 104 79 0.40 0 0.24 0.59 144.29 0.25 0.33
Hex 3E 68 4F 28 0 18 3B 90 19 21
Octal 76 150 117 50 0 30 73 220 31 41
Binary 111110 1101000 1001111 101000 0 11000 111011 10010000 11001 100001

Color Harmonies of #3E684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E684F

Black with #3E684F

Text Example


Text Example

White with #3E684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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