Html Css Color HEX #366356 Spectra

📋 copy color: '#366356'

red 54 ◦ green 99 ◦ blue 86

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

Shades of Spectra #366356

Tints of Spectra #366356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 22.59%
G = 41.42%
B = 35.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#366356 (or 0x366356) is known color: Spectra. HEX triplet: 36, 63 and 56. RGB value is (54,99,86). Sum of RGB (Red+Green+Blue) = 54+99+86=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #366356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366356 is #C99CA9. Grayscale: #545454. Windows color (decimal): -13212842 or 5661494. OLE color: 5661494.

HSL color Cylindrical-coordinate representation of color #366356: hue angle of 162.67º 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 #366356 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 99 86 -
CMYK 0.45 0 0.13 0.61
HSL 162.67º 0.29% 0.3% -
HSV(B) 162.67º 0.45% 0.39% -
XYZ 7.66 10.38 10.4 -
YUV 84.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 54 99 86 0.45 0 0.13 0.61 162.67 0.29 0.3
Hex 36 63 56 2D 0 D 3D A3 1D 1E
Octal 66 143 126 55 0 15 75 243 35 36
Binary 110110 1100011 1010110 101101 0 1101 111101 10100011 11101 11110

Color Harmonies of #366356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366356

Black with #366356

Text Example


Text Example

White with #366356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366356; }

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

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

background-color css

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

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

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

border-color css

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

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

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