Html Css Color HEX #396055 Spectra

📋 copy color: '#396055'

red 57 ◦ green 96 ◦ blue 85

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

Shades of Spectra #396055

Tints of Spectra #396055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 23.95%
G = 40.34%
B = 35.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#396055 (or 0x396055) is known color: Spectra. HEX triplet: 39, 60 and 55. RGB value is (57,96,85). Sum of RGB (Red+Green+Blue) = 57+96+85=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #396055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396055 is #C69FAA. Grayscale: #535353. Windows color (decimal): -13017003 or 5595193. OLE color: 5595193.

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

Color convert

RGB 57 96 85 -
CMYK 0.41 0 0.11 0.62
HSL 163.08º 0.25% 0.3% -
HSV(B) 163.08º 0.41% 0.38% -
XYZ 7.51 9.89 10.11 -
YUV 83.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 57 96 85 0.41 0 0.11 0.62 163.08 0.25 0.3
Hex 39 60 55 29 0 B 3E A3 19 1E
Octal 71 140 125 51 0 13 76 243 31 36
Binary 111001 1100000 1010101 101001 0 1011 111110 10100011 11001 11110

Color Harmonies of #396055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396055

Black with #396055

Text Example


Text Example

White with #396055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396055; }

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

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

background-color css

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

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

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

border-color css

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

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

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