Html Css Color HEX #395449 Plantation

📋 copy color: '#395449'

red 57 ◦ green 84 ◦ blue 73

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

Shades of Plantation #395449

Tints of Plantation #395449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.25%

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

R = 26.64%
G = 39.25%
B = 34.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#395449 (or 0x395449) is known color: Plantation. HEX triplet: 39, 54 and 49. RGB value is (57,84,73). Sum of RGB (Red+Green+Blue) = 57+84+73=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #395449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395449 is #C6ABB6. Grayscale: #4A4A4A. Windows color (decimal): -13020087 or 4805689. OLE color: 4805689.

HSL color Cylindrical-coordinate representation of color #395449: hue angle of 155.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395449 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 73 -
CMYK 0.32 0 0.13 0.67
HSL 155.56º 0.19% 0.28% -
HSV(B) 155.56º 0.32% 0.33% -
XYZ 6.06 7.69 7.47 -
YUV 74.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 57 84 73 0.32 0 0.13 0.67 155.56 0.19 0.28
Hex 39 54 49 20 0 D 43 9C 13 1C
Octal 71 124 111 40 0 15 103 234 23 34
Binary 111001 1010100 1001001 100000 0 1101 1000011 10011100 10011 11100

Color Harmonies of #395449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395449

Black with #395449

Text Example


Text Example

White with #395449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395449; }

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

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

background-color css

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

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

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

border-color css

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

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

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