Html Css Color HEX #366555 Spectra

📋 copy color: '#366555'

red 54 ◦ green 101 ◦ blue 85

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

Shades of Spectra #366555

Tints of Spectra #366555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

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

R = 22.5%
G = 42.08%
B = 35.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#366555 (or 0x366555) is known color: Spectra. HEX triplet: 36, 65 and 55. RGB value is (54,101,85). Sum of RGB (Red+Green+Blue) = 54+101+85=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #366555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366555 is #C99AAA. Grayscale: #555555. Windows color (decimal): -13212331 or 5596470. OLE color: 5596470.

HSL color Cylindrical-coordinate representation of color #366555: hue angle of 159.57º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366555 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 101 85 -
CMYK 0.47 0 0.16 0.60
HSL 159.57º 0.3% 0.3% -
HSV(B) 159.57º 0.47% 0.4% -
XYZ 7.81 10.75 10.26 -
YUV 85.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 54 101 85 0.47 0 0.16 0.60 159.57 0.3 0.3
Hex 36 65 55 2F 0 10 3C A0 1E 1E
Octal 66 145 125 57 0 20 74 240 36 36
Binary 110110 1100101 1010101 101111 0 10000 111100 10100000 11110 11110

Color Harmonies of #366555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366555

Black with #366555

Text Example


Text Example

White with #366555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366555; }

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

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

background-color css

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

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

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

border-color css

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

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

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