Html Css Color HEX #395649 Plantation

📋 copy color: '#395649'

red 57 ◦ green 86 ◦ blue 73

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

Shades of Plantation #395649

Tints of Plantation #395649

RGB

 RED value IS 57 (22.66% from 255) = 26.39%

 GREEN value IS 86 (33.98% from 255) = 39.81%

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 26.39%
G = 39.81%
B = 33.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#395649 (or 0x395649) is known color: Plantation. HEX triplet: 39, 56 and 49. RGB value is (57,86,73). Sum of RGB (Red+Green+Blue) = 57+86+73=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #395649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395649 is #C6A9B6. Grayscale: #4B4B4B. Windows color (decimal): -13019575 or 4806201. OLE color: 4806201.

HSL color Cylindrical-coordinate representation of color #395649: hue angle of 153.1º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395649 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 73 -
CMYK 0.34 0 0.15 0.66
HSL 153.1º 0.2% 0.28% -
HSV(B) 153.1º 0.34% 0.34% -
XYZ 6.22 8.01 7.52 -
YUV 75.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 57 86 73 0.34 0 0.15 0.66 153.1 0.2 0.28
Hex 39 56 49 22 0 F 42 99 14 1C
Octal 71 126 111 42 0 17 102 231 24 34
Binary 111001 1010110 1001001 100010 0 1111 1000010 10011001 10100 11100

Color Harmonies of #395649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395649

Black with #395649

Text Example


Text Example

White with #395649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395649; }

 p { color: rgb(57,86,73); }

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

background-color css

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

 a { background-color: rgb(57,86,73); }

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

border-color css

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

 span { border-color: rgb(57,86,73); }

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