Html Css Color HEX #395849 Plantation

📋 copy color: '#395849'

red 57 ◦ green 88 ◦ blue 73

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

Shades of Plantation #395849

Tints of Plantation #395849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

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

R = 26.15%
G = 40.37%
B = 33.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#395849 (or 0x395849) is known color: Plantation. HEX triplet: 39, 58 and 49. RGB value is (57,88,73). Sum of RGB (Red+Green+Blue) = 57+88+73=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #395849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395849 is #C6A7B6. Grayscale: #4D4D4D. Windows color (decimal): -13019063 or 4806713. OLE color: 4806713.

HSL color Cylindrical-coordinate representation of color #395849: hue angle of 150.97º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #395849 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 88 73 -
CMYK 0.35 0 0.17 0.65
HSL 150.97º 0.21% 0.28% -
HSV(B) 150.97º 0.35% 0.35% -
XYZ 6.38 8.33 7.58 -
YUV 77.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 57 88 73 0.35 0 0.17 0.65 150.97 0.21 0.28
Hex 39 58 49 23 0 11 41 97 15 1C
Octal 71 130 111 43 0 21 101 227 25 34
Binary 111001 1011000 1001001 100011 0 10001 1000001 10010111 10101 11100

Color Harmonies of #395849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395849

Black with #395849

Text Example


Text Example

White with #395849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395849; }

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

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

background-color css

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

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

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

border-color css

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

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

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