Html Css Color HEX #396051 Spectra

📋 copy color: '#396051'

red 57 ◦ green 96 ◦ blue 81

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

Shades of Spectra #396051

Tints of Spectra #396051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 24.36%
G = 41.03%
B = 34.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#396051 (or 0x396051) is known color: Spectra. HEX triplet: 39, 60 and 51. RGB value is (57,96,81). Sum of RGB (Red+Green+Blue) = 57+96+81=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #396051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396051 is #C69FAE. Grayscale: #525252. Windows color (decimal): -13017007 or 5333049. OLE color: 5333049.

HSL color Cylindrical-coordinate representation of color #396051: hue angle of 156.92º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396051 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 81 -
CMYK 0.41 0 0.16 0.62
HSL 156.92º 0.25% 0.3% -
HSV(B) 156.92º 0.41% 0.38% -
XYZ 7.36 9.83 9.29 -
YUV 82.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 57 96 81 0.41 0 0.16 0.62 156.92 0.25 0.3
Hex 39 60 51 29 0 10 3E 9D 19 1E
Octal 71 140 121 51 0 20 76 235 31 36
Binary 111001 1100000 1010001 101001 0 10000 111110 10011101 11001 11110

Color Harmonies of #396051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396051

Black with #396051

Text Example


Text Example

White with #396051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396051; }

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

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

background-color css

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

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

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

border-color css

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

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

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