#39554D

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

Shades of Spectra #39554D

Tints of Spectra #39554D

Color information

#39554D (or 0x39554D) is unknown color: approx Spectra. HEX triplet: 39, 55 and 4D. RGB value is (57,85,77). Sum of RGB (Red+Green+Blue) = 57+85+77=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #39554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39554D is #C6AAB2. Grayscale: #4B4B4B. Windows color (decimal): -13019827 or 5068089. OLE color: 5068089.

HSL color Cylindrical-coordinate representation of color #39554D: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #39554D is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB578577-
CMYK0.3300.090.67
HSL162.86º19.72%27.84%-
HSV(B)162.86º32.94%33.33%-
XYZ6.287.98.22-
YUV75.72128.72114.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=26.03%
G=38.81%
B=35.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785770.3300.090.67162.8619.7227.84
Hex39554D210943a3141c
Octal71125115410111032432434
Binary11100110101011001101100001010011000011101000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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