Html Css Color HEX #366354 Spectra

📋 copy color: '#366354'

red 54 ◦ green 99 ◦ blue 84

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

Shades of Spectra #366354

Tints of Spectra #366354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.44%

R = 22.78%
G = 41.77%
B = 35.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#366354 (or 0x366354) is known color: Spectra. HEX triplet: 36, 63 and 54. RGB value is (54,99,84). Sum of RGB (Red+Green+Blue) = 54+99+84=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #366354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366354 is #C99CAB. Grayscale: #535353. Windows color (decimal): -13212844 or 5530422. OLE color: 5530422.

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

Color convert

RGB 54 99 84 -
CMYK 0.45 0 0.15 0.61
HSL 160º 0.29% 0.3% -
HSV(B) 160º 0.45% 0.39% -
XYZ 7.58 10.35 9.99 -
YUV 83.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 54 99 84 0.45 0 0.15 0.61 160 0.29 0.3
Hex 36 63 54 2D 0 F 3D A0 1D 1E
Octal 66 143 124 55 0 17 75 240 35 36
Binary 110110 1100011 1010100 101101 0 1111 111101 10100000 11101 11110

Color Harmonies of #366354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366354

Black with #366354

Text Example


Text Example

White with #366354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366354; }

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

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

background-color css

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

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

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

border-color css

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

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

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