Html Css Color HEX #395F52 Spectra

📋 copy color: '#395F52'

red 57 ◦ green 95 ◦ blue 82

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

Shades of Spectra #395F52

Tints of Spectra #395F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.6%

 BLUE value IS 82 (32.42% from 255) = 35.04%

R = 24.36%
G = 40.6%
B = 35.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#395F52 (or 0x395F52) is known color: Spectra. HEX triplet: 39, 5F and 52. RGB value is (57,95,82). Sum of RGB (Red+Green+Blue) = 57+95+82=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #395F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F52 is #C6A0AD. Grayscale: #525252. Windows color (decimal): -13017262 or 5398329. OLE color: 5398329.

HSL color Cylindrical-coordinate representation of color #395F52: hue angle of 159.47º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395F52 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 95 82 -
CMYK 0.40 0 0.14 0.63
HSL 159.47º 0.25% 0.3% -
HSV(B) 159.47º 0.4% 0.37% -
XYZ 7.3 9.66 9.46 -
YUV 82.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 57 95 82 0.40 0 0.14 0.63 159.47 0.25 0.3
Hex 39 5F 52 28 0 E 3F 9F 19 1E
Octal 71 137 122 50 0 16 77 237 31 36
Binary 111001 1011111 1010010 101000 0 1110 111111 10011111 11001 11110

Color Harmonies of #395F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F52

Black with #395F52

Text Example


Text Example

White with #395F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,95,82); }

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

background-color css

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

 a { background-color: rgb(57,95,82); }

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

border-color css

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

 span { border-color: rgb(57,95,82); }

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