#36554A

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

Shades of Spectra #36554A

Tints of Spectra #36554A

Color information

#36554A (or 0x36554A) is unknown color: approx Spectra. HEX triplet: 36, 55 and 4A. RGB value is (54,85,74). Sum of RGB (Red+Green+Blue) = 54+85+74=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #36554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36554A is #C9AAB5. Grayscale: #4A4A4A. Windows color (decimal): -13216438 or 4871478. OLE color: 4871478.

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

Color convert

RGB548574-
CMYK0.3600.130.67
HSL158.71º22.3%27.25%-
HSV(B)158.71º36.47%33.33%-
XYZ6.017.787.66-
YUV74.48127.73113.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=25.35%
G=39.91%
B=34.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485740.3600.130.67158.7122.327.25
Hex36554A240D439f161b
Octal66125112440151032372633
Binary11011010101011001010100100011011000011100111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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