#36554D

Color #36554D Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #36554D

Tints of Spectra #36554D

Color information

#36554D (or 0x36554D) is unknown color: approx Spectra. HEX triplet: 36, 55 and 4D. RGB value is (54,85,77). Sum of RGB (Red+Green+Blue) = 54+85+77=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #36554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36554D is #C9AAB2. Grayscale: #4A4A4A. Windows color (decimal): -13216435 or 5068086. OLE color: 5068086.

HSL color Cylindrical-coordinate representation of color #36554D: hue angle of 164.52º 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 #36554D is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB548577-
CMYK0.3600.090.67
HSL164.52º22.3%27.25%-
HSV(B)164.52º36.47%33.33%-
XYZ6.117.828.21-
YUV74.82129.23113.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=25%
G=39.35%
B=35.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485770.3600.090.67164.5222.327.25
Hex36554D240943a5161b
Octal66125115440111032452633
Binary11011010101011001101100100010011000011101001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36554D; }

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

 H1.HeaderClassName
 {
   color: #36554D;
 }
 .AnyTagClassName
 {
   color: #36554D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #36554D;
 }
 .BgClassName
 {
   background-color: #36554D;
 }
</style>
border-color css

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

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

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