Html Css Color HEX #39554A Spectra

📋 copy color: '#39554A'

red 57 ◦ green 85 ◦ blue 74

#39554A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #39554A

Tints of Spectra #39554A

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.3% from 255) = 34.26%

R = 26.39%
G = 39.35%
B = 34.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#39554A (or 0x39554A) is known color: 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

RGB 57 85 74 -
CMYK 0.33 0 0.13 0.67
HSL 156.43º 0.2% 0.28% -
HSV(B) 156.43º 0.33% 0.33% -
XYZ 6.17 7.86 7.67 -
YUV 75.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 57 85 74 0.33 0 0.13 0.67 156.43 0.2 0.28
Hex 39 55 4A 21 0 D 43 9C 14 1C
Octal 71 125 112 41 0 15 103 234 24 34
Binary 111001 1010101 1001010 100001 0 1101 1000011 10011100 10100 11100

Color Harmonies of #39554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39554A

Black with #39554A

Text Example


Text Example

White with #39554A

Text Example


Text Example

HTML Codes & Css Web 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>