#36574E

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

Shades of Spectra #36574E

Tints of Spectra #36574E

Color information

#36574E (or 0x36574E) is unknown color: approx Spectra. HEX triplet: 36, 57 and 4E. RGB value is (54,87,78). Sum of RGB (Red+Green+Blue) = 54+87+78=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #36574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36574E is #C9A8B1. Grayscale: #4C4C4C. Windows color (decimal): -13215922 or 5134134. OLE color: 5134134.

HSL color Cylindrical-coordinate representation of color #36574E: hue angle of 163.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #36574E is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB548778-
CMYK0.3800.100.66
HSL163.64º23.4%27.65%-
HSV(B)163.64º37.93%34.12%-
XYZ6.38.158.45-
YUV76.11129.07112.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=24.66%
G=39.73%
B=35.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487780.3800.100.66163.6423.427.65
Hex36574E260A42a4171c
Octal66127116460121022442734
Binary11011010101111001110100110010101000010101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36574E; }

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

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

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

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

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

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

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

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