Html Css Color HEX #395549 Plantation

📋 copy color: '#395549'

red 57 ◦ green 85 ◦ blue 73

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

Shades of Plantation #395549

Tints of Plantation #395549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.53%

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

R = 26.51%
G = 39.53%
B = 33.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#395549 (or 0x395549) is known color: Plantation. HEX triplet: 39, 55 and 49. RGB value is (57,85,73). Sum of RGB (Red+Green+Blue) = 57+85+73=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #395549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395549 is #C6AAB6. Grayscale: #4B4B4B. Windows color (decimal): -13019831 or 4805945. OLE color: 4805945.

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

Color convert

RGB 57 85 73 -
CMYK 0.33 0 0.14 0.67
HSL 154.29º 0.2% 0.28% -
HSV(B) 154.29º 0.33% 0.33% -
XYZ 6.14 7.85 7.49 -
YUV 75.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 57 85 73 0.33 0 0.14 0.67 154.29 0.2 0.28
Hex 39 55 49 21 0 E 43 9A 14 1C
Octal 71 125 111 41 0 16 103 232 24 34
Binary 111001 1010101 1001001 100001 0 1110 1000011 10011010 10100 11100

Color Harmonies of #395549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395549

Black with #395549

Text Example


Text Example

White with #395549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395549; }

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

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

background-color css

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

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

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

border-color css

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

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

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