Html Css Color HEX #395949 Plantation

📋 copy color: '#395949'

red 57 ◦ green 89 ◦ blue 73

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

Shades of Plantation #395949

Tints of Plantation #395949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

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

R = 26.03%
G = 40.64%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#395949 (or 0x395949) is known color: Plantation. HEX triplet: 39, 59 and 49. RGB value is (57,89,73). Sum of RGB (Red+Green+Blue) = 57+89+73=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #395949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395949 is #C6A6B6. Grayscale: #4D4D4D. Windows color (decimal): -13018807 or 4806969. OLE color: 4806969.

HSL color Cylindrical-coordinate representation of color #395949: hue angle of 150º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395949 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 73 -
CMYK 0.36 0 0.18 0.65
HSL 150º 0.22% 0.29% -
HSV(B) 150º 0.36% 0.35% -
XYZ 6.46 8.5 7.6 -
YUV 77.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 57 89 73 0.36 0 0.18 0.65 150 0.22 0.29
Hex 39 59 49 24 0 12 41 96 16 1D
Octal 71 131 111 44 0 22 101 226 26 35
Binary 111001 1011001 1001001 100100 0 10010 1000001 10010110 10110 11101

Color Harmonies of #395949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395949

Black with #395949

Text Example


Text Example

White with #395949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395949; }

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

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

background-color css

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

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

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

border-color css

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

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

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