Html Css Color HEX #395950 Spectra

📋 copy color: '#395950'

red 57 ◦ green 89 ◦ blue 80

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

Shades of Spectra #395950

Tints of Spectra #395950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 25.22%
G = 39.38%
B = 35.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#395950 (or 0x395950) is known color: Spectra. HEX triplet: 39, 59 and 50. RGB value is (57,89,80). Sum of RGB (Red+Green+Blue) = 57+89+80=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #395950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395950 is #C6A6AF. Grayscale: #4E4E4E. Windows color (decimal): -13018800 or 5265721. OLE color: 5265721.

HSL color Cylindrical-coordinate representation of color #395950: hue angle of 163.12º 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 #395950 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 80 -
CMYK 0.36 0 0.10 0.65
HSL 163.13º 0.22% 0.29% -
HSV(B) 163.13º 0.36% 0.35% -
XYZ 6.71 8.59 8.89 -
YUV 78.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 57 89 80 0.36 0 0.10 0.65 163.13 0.22 0.29
Hex 39 59 50 24 0 A 41 A3 16 1D
Octal 71 131 120 44 0 12 101 243 26 35
Binary 111001 1011001 1010000 100100 0 1010 1000001 10100011 10110 11101

Color Harmonies of #395950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395950

Black with #395950

Text Example


Text Example

White with #395950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395950; }

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

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

background-color css

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

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

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

border-color css

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

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

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