Html Css Color HEX #39574B Spectra

📋 copy color: '#39574B'

red 57 ◦ green 87 ◦ blue 75

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

Shades of Spectra #39574B

Tints of Spectra #39574B

RGB

 RED value IS 57 (22.66% from 255) = 26.03%

 GREEN value IS 87 (34.38% from 255) = 39.73%

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 26.03%
G = 39.73%
B = 34.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#39574B (or 0x39574B) is known color: Spectra. HEX triplet: 39, 57 and 4B. RGB value is (57,87,75). Sum of RGB (Red+Green+Blue) = 57+87+75=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #39574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39574B is #C6A8B4. Grayscale: #4C4C4C. Windows color (decimal): -13019317 or 4937529. OLE color: 4937529.

HSL color Cylindrical-coordinate representation of color #39574B: hue angle of 156º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #39574B is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 87 75 -
CMYK 0.34 0 0.14 0.66
HSL 156º 0.21% 0.28% -
HSV(B) 156º 0.34% 0.34% -
XYZ 6.37 8.19 7.9 -
YUV 76.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 57 87 75 0.34 0 0.14 0.66 156 0.21 0.28
Hex 39 57 4B 22 0 E 42 9C 15 1C
Octal 71 127 113 42 0 16 102 234 25 34
Binary 111001 1010111 1001011 100010 0 1110 1000010 10011100 10101 11100

Color Harmonies of #39574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39574B

Black with #39574B

Text Example


Text Example

White with #39574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39574B; }

 p { color: rgb(57,87,75); }

 H1.HeaderClassName
 {
   color: #39574B;
 }
 .AnyTagClassName
 {
   color: #39574B;
 }
</style>

background-color css

<style>
 a { background-color: #39574B; }

 a { background-color: rgb(57,87,75); }

 div.DivClassName
 {
   background-color: #39574B;
 }
 .BgClassName
 {
   background-color: #39574B;
 }
</style>

border-color css

<style>
 span { border-color: #39574B; }

 span { border-color: rgb(57,87,75); }

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