Html Css Color HEX #395D50 Spectra

📋 copy color: '#395D50'

red 57 ◦ green 93 ◦ blue 80

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

Shades of Spectra #395D50

Tints of Spectra #395D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.43%

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

R = 24.78%
G = 40.43%
B = 34.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#395D50 (or 0x395D50) is known color: Spectra. HEX triplet: 39, 5D and 50. RGB value is (57,93,80). Sum of RGB (Red+Green+Blue) = 57+93+80=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #395D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D50 is #C6A2AF. Grayscale: #505050. Windows color (decimal): -13017776 or 5266745. OLE color: 5266745.

HSL color Cylindrical-coordinate representation of color #395D50: hue angle of 158.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D50 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 80 -
CMYK 0.39 0 0.14 0.64
HSL 158.33º 0.24% 0.29% -
HSV(B) 158.33º 0.39% 0.36% -
XYZ 7.05 9.28 9.01 -
YUV 80.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 57 93 80 0.39 0 0.14 0.64 158.33 0.24 0.29
Hex 39 5D 50 27 0 E 40 9E 18 1D
Octal 71 135 120 47 0 16 100 236 30 35
Binary 111001 1011101 1010000 100111 0 1110 1000000 10011110 11000 11101

Color Harmonies of #395D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D50

Black with #395D50

Text Example


Text Example

White with #395D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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