Html Css Color HEX #366355 Spectra

📋 copy color: '#366355'

red 54 ◦ green 99 ◦ blue 85

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

Shades of Spectra #366355

Tints of Spectra #366355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 22.69%
G = 41.6%
B = 35.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#366355 (or 0x366355) is known color: Spectra. HEX triplet: 36, 63 and 55. RGB value is (54,99,85). Sum of RGB (Red+Green+Blue) = 54+99+85=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #366355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366355 is #C99CAA. Grayscale: #535353. Windows color (decimal): -13212843 or 5595958. OLE color: 5595958.

HSL color Cylindrical-coordinate representation of color #366355: hue angle of 161.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366355 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 99 85 -
CMYK 0.45 0 0.14 0.61
HSL 161.33º 0.29% 0.3% -
HSV(B) 161.33º 0.45% 0.39% -
XYZ 7.62 10.36 10.19 -
YUV 83.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 54 99 85 0.45 0 0.14 0.61 161.33 0.29 0.3
Hex 36 63 55 2D 0 E 3D A1 1D 1E
Octal 66 143 125 55 0 16 75 241 35 36
Binary 110110 1100011 1010101 101101 0 1110 111101 10100001 11101 11110

Color Harmonies of #366355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366355

Black with #366355

Text Example


Text Example

White with #366355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366355; }

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

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

background-color css

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

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

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

border-color css

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

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

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