Html Css Color HEX #395B4F Spectra

📋 copy color: '#395B4F'

red 57 ◦ green 91 ◦ blue 79

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

Shades of Spectra #395B4F

Tints of Spectra #395B4F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.09%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 25.11%
G = 40.09%
B = 34.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#395B4F (or 0x395B4F) is known color: Spectra. HEX triplet: 39, 5B and 4F. RGB value is (57,91,79). Sum of RGB (Red+Green+Blue) = 57+91+79=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #395B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B4F is #C6A4B0. Grayscale: #4F4F4F. Windows color (decimal): -13018289 or 5200697. OLE color: 5200697.

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

Color convert

RGB 57 91 79 -
CMYK 0.37 0 0.13 0.64
HSL 158.82º 0.23% 0.29% -
HSV(B) 158.82º 0.37% 0.36% -
XYZ 6.84 8.92 8.76 -
YUV 79.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 57 91 79 0.37 0 0.13 0.64 158.82 0.23 0.29
Hex 39 5B 4F 25 0 D 40 9F 17 1D
Octal 71 133 117 45 0 15 100 237 27 35
Binary 111001 1011011 1001111 100101 0 1101 1000000 10011111 10111 11101

Color Harmonies of #395B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B4F

Black with #395B4F

Text Example


Text Example

White with #395B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,91,79); }

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

background-color css

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

 a { background-color: rgb(57,91,79); }

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

border-color css

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

 span { border-color: rgb(57,91,79); }

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