Html Css Color HEX #396050 Spectra

📋 copy color: '#396050'

red 57 ◦ green 96 ◦ blue 80

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

Shades of Spectra #396050

Tints of Spectra #396050

RGB

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

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

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

R = 24.46%
G = 41.2%
B = 34.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#396050 (or 0x396050) is known color: Spectra. HEX triplet: 39, 60 and 50. RGB value is (57,96,80). Sum of RGB (Red+Green+Blue) = 57+96+80=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #396050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396050 is #C69FAF. Grayscale: #525252. Windows color (decimal): -13017008 or 5267513. OLE color: 5267513.

HSL color Cylindrical-coordinate representation of color #396050: hue angle of 155.38º 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 #396050 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 80 -
CMYK 0.41 0 0.17 0.62
HSL 155.38º 0.25% 0.3% -
HSV(B) 155.38º 0.41% 0.38% -
XYZ 7.32 9.81 9.1 -
YUV 82.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 57 96 80 0.41 0 0.17 0.62 155.38 0.25 0.3
Hex 39 60 50 29 0 11 3E 9B 19 1E
Octal 71 140 120 51 0 21 76 233 31 36
Binary 111001 1100000 1010000 101001 0 10001 111110 10011011 11001 11110

Color Harmonies of #396050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396050

Black with #396050

Text Example


Text Example

White with #396050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396050; }

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

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

background-color css

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

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

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

border-color css

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

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

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