Html Css Color HEX #366357 Spectra

📋 copy color: '#366357'

red 54 ◦ green 99 ◦ blue 87

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

Shades of Spectra #366357

Tints of Spectra #366357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 22.5%
G = 41.25%
B = 36.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#366357 (or 0x366357) is known color: Spectra. HEX triplet: 36, 63 and 57. RGB value is (54,99,87). Sum of RGB (Red+Green+Blue) = 54+99+87=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #366357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366357 is #C99CA8. Grayscale: #545454. Windows color (decimal): -13212841 or 5727030. OLE color: 5727030.

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

Color convert

RGB 54 99 87 -
CMYK 0.45 0 0.12 0.61
HSL 164º 0.29% 0.3% -
HSV(B) 164º 0.45% 0.39% -
XYZ 7.7 10.4 10.62 -
YUV 84.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 54 99 87 0.45 0 0.12 0.61 164 0.29 0.3
Hex 36 63 57 2D 0 C 3D A4 1D 1E
Octal 66 143 127 55 0 14 75 244 35 36
Binary 110110 1100011 1010111 101101 0 1100 111101 10100100 11101 11110

Color Harmonies of #366357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366357

Black with #366357

Text Example


Text Example

White with #366357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366357; }

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

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

background-color css

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

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

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

border-color css

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

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

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