#39554C

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

Shades of Spectra #39554C

Tints of Spectra #39554C

Color information

#39554C (or 0x39554C) is unknown color: approx Spectra. HEX triplet: 39, 55 and 4C. RGB value is (57,85,76). Sum of RGB (Red+Green+Blue) = 57+85+76=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #39554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39554C is #C6AAB3. Grayscale: #4B4B4B. Windows color (decimal): -13019828 or 5002553. OLE color: 5002553.

HSL color Cylindrical-coordinate representation of color #39554C: hue angle of 160.71º 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 #39554C is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB578576-
CMYK0.3300.110.67
HSL160.71º19.72%27.84%-
HSV(B)160.71º32.94%33.33%-
XYZ6.247.898.03-
YUV75.6128.22114.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=26.15%
G=38.99%
B=34.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785760.3300.110.67160.7119.7227.84
Hex39554C210B43a1141c
Octal71125114410131032412434
Binary11100110101011001100100001010111000011101000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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