Html Css Color HEX #395D51 Spectra

📋 copy color: '#395D51'

red 57 ◦ green 93 ◦ blue 81

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

Shades of Spectra #395D51

Tints of Spectra #395D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 24.68%
G = 40.26%
B = 35.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#395D51 (or 0x395D51) is known color: Spectra. HEX triplet: 39, 5D and 51. RGB value is (57,93,81). Sum of RGB (Red+Green+Blue) = 57+93+81=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #395D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D51 is #C6A2AE. Grayscale: #505050. Windows color (decimal): -13017775 or 5332281. OLE color: 5332281.

HSL color Cylindrical-coordinate representation of color #395D51: hue angle of 160º 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 #395D51 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 81 -
CMYK 0.39 0 0.13 0.64
HSL 160º 0.24% 0.29% -
HSV(B) 160º 0.39% 0.36% -
XYZ 7.09 9.29 9.2 -
YUV 80.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 57 93 81 0.39 0 0.13 0.64 160 0.24 0.29
Hex 39 5D 51 27 0 D 40 A0 18 1D
Octal 71 135 121 47 0 15 100 240 30 35
Binary 111001 1011101 1010001 100111 0 1101 1000000 10100000 11000 11101

Color Harmonies of #395D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D51

Black with #395D51

Text Example


Text Example

White with #395D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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