#39554A

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

Shades of Spectra #39554A

Tints of Spectra #39554A

Color information

#39554A (or 0x39554A) is unknown color: approx Spectra. HEX triplet: 39, 55 and 4A. RGB value is (57,85,74). Sum of RGB (Red+Green+Blue) = 57+85+74=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #39554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39554A is #C6AAB5. Grayscale: #4B4B4B. Windows color (decimal): -13019830 or 4871481. OLE color: 4871481.

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

Color convert

RGB578574-
CMYK0.3300.130.67
HSL156.43º19.72%27.84%-
HSV(B)156.43º32.94%33.33%-
XYZ6.177.867.67-
YUV75.37127.22114.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=26.39%
G=39.35%
B=34.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785740.3300.130.67156.4319.7227.84
Hex39554A210D439c141c
Octal71125112410151032342434
Binary11100110101011001010100001011011000011100111001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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