Html Css Color HEX #365549 Spectra

📋 copy color: '#365549'

red 54 ◦ green 85 ◦ blue 73

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

Shades of Spectra #365549

Tints of Spectra #365549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 73 (28.91% from 255) = 34.43%

R = 25.47%
G = 40.09%
B = 34.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#365549 (or 0x365549) is known color: Spectra. HEX triplet: 36, 55 and 49. RGB value is (54,85,73). Sum of RGB (Red+Green+Blue) = 54+85+73=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #365549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365549 is #C9AAB6. Grayscale: #4A4A4A. Windows color (decimal): -13216439 or 4805942. OLE color: 4805942.

HSL color Cylindrical-coordinate representation of color #365549: hue angle of 156.77º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365549 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 73 -
CMYK 0.36 0 0.14 0.67
HSL 156.77º 0.22% 0.27% -
HSV(B) 156.77º 0.36% 0.33% -
XYZ 5.97 7.76 7.49 -
YUV 74.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 54 85 73 0.36 0 0.14 0.67 156.77 0.22 0.27
Hex 36 55 49 24 0 E 43 9D 16 1B
Octal 66 125 111 44 0 16 103 235 26 33
Binary 110110 1010101 1001001 100100 0 1110 1000011 10011101 10110 11011

Color Harmonies of #365549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365549

Black with #365549

Text Example


Text Example

White with #365549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365549; }

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

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

background-color css

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

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

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

border-color css

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

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

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