Html Css Color HEX #366155 Spectra

📋 copy color: '#366155'

red 54 ◦ green 97 ◦ blue 85

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

Shades of Spectra #366155

Tints of Spectra #366155

RGB

 RED value IS 54 (21.48% from 255) = 22.88%

 GREEN value IS 97 (38.28% from 255) = 41.1%

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

R = 22.88%
G = 41.1%
B = 36.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#366155 (or 0x366155) is known color: Spectra. HEX triplet: 36, 61 and 55. RGB value is (54,97,85). Sum of RGB (Red+Green+Blue) = 54+97+85=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #366155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366155 is #C99EAA. Grayscale: #525252. Windows color (decimal): -13213355 or 5595446. OLE color: 5595446.

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

Color convert

RGB 54 97 85 -
CMYK 0.44 0 0.12 0.62
HSL 163.26º 0.28% 0.3% -
HSV(B) 163.26º 0.44% 0.38% -
XYZ 7.44 9.99 10.13 -
YUV 82.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 54 97 85 0.44 0 0.12 0.62 163.26 0.28 0.3
Hex 36 61 55 2C 0 C 3E A3 1C 1E
Octal 66 141 125 54 0 14 76 243 34 36
Binary 110110 1100001 1010101 101100 0 1100 111110 10100011 11100 11110

Color Harmonies of #366155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366155

Black with #366155

Text Example


Text Example

White with #366155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366155; }

 p { color: rgb(54,97,85); }

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

background-color css

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

 a { background-color: rgb(54,97,85); }

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

border-color css

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

 span { border-color: rgb(54,97,85); }

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