Html Css Color HEX #3E664F Plantation

📋 copy color: '#3E664F'

red 62 ◦ green 102 ◦ blue 79

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

Shades of Plantation #3E664F

Tints of Plantation #3E664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

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

R = 25.51%
G = 41.98%
B = 32.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#3E664F (or 0x3E664F) is known color: Plantation. HEX triplet: 3E, 66 and 4F. RGB value is (62,102,79). Sum of RGB (Red+Green+Blue) = 62+102+79=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #3E664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E664F is #C199B0. Grayscale: #575757. Windows color (decimal): -12687793 or 5203518. OLE color: 5203518.

HSL color Cylindrical-coordinate representation of color #3E664F: hue angle of 145.5º 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 #3E664F is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 62 102 79 -
CMYK 0.39 0 0.23 0.6
HSL 145.5º 0.24% 0.32% -
HSV(B) 145.5º 0.39% 0.4% -
XYZ 8.15 11.09 9.11 -
YUV 87.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 62 102 79 0.39 0 0.23 0.6 145.5 0.24 0.32
Hex 3E 66 4F 27 0 17 3C 92 18 20
Octal 76 146 117 47 0 27 74 222 30 40
Binary 111110 1100110 1001111 100111 0 10111 111100 10010010 11000 100000

Color Harmonies of #3E664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E664F

Black with #3E664F

Text Example


Text Example

White with #3E664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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