Html Css Color HEX #3E674E Plantation

📋 copy color: '#3E674E'

red 62 ◦ green 103 ◦ blue 78

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

Shades of Plantation #3E674E

Tints of Plantation #3E674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.39%

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

R = 25.51%
G = 42.39%
B = 32.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#3E674E (or 0x3E674E) is known color: Plantation. HEX triplet: 3E, 67 and 4E. RGB value is (62,103,78). Sum of RGB (Red+Green+Blue) = 62+103+78=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #3E674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E674E is #C198B1. Grayscale: #575757. Windows color (decimal): -12687538 or 5138238. OLE color: 5138238.

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

Color convert

RGB 62 103 78 -
CMYK 0.40 0 0.24 0.60
HSL 143.41º 0.25% 0.32% -
HSV(B) 143.41º 0.4% 0.4% -
XYZ 8.21 11.27 8.95 -
YUV 87.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 62 103 78 0.40 0 0.24 0.60 143.41 0.25 0.32
Hex 3E 67 4E 28 0 18 3C 8F 19 20
Octal 76 147 116 50 0 30 74 217 31 40
Binary 111110 1100111 1001110 101000 0 11000 111100 10001111 11001 100000

Color Harmonies of #3E674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E674E

Black with #3E674E

Text Example


Text Example

White with #3E674E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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