Html Css Color HEX #36574A Spectra

📋 copy color: '#36574A'

red 54 ◦ green 87 ◦ blue 74

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

Shades of Spectra #36574A

Tints of Spectra #36574A

RGB

 RED value IS 54 (21.48% from 255) = 25.12%

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

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 25.12%
G = 40.47%
B = 34.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#36574A (or 0x36574A) is known color: Spectra. HEX triplet: 36, 57 and 4A. RGB value is (54,87,74). Sum of RGB (Red+Green+Blue) = 54+87+74=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #36574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36574A is #C9A8B5. Grayscale: #4B4B4B. Windows color (decimal): -13215926 or 4871990. OLE color: 4871990.

HSL color Cylindrical-coordinate representation of color #36574A: hue angle of 156.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #36574A is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 87 74 -
CMYK 0.38 0 0.15 0.66
HSL 156.36º 0.23% 0.28% -
HSV(B) 156.36º 0.38% 0.34% -
XYZ 6.17 8.1 7.72 -
YUV 75.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 54 87 74 0.38 0 0.15 0.66 156.36 0.23 0.28
Hex 36 57 4A 26 0 F 42 9C 17 1C
Octal 66 127 112 46 0 17 102 234 27 34
Binary 110110 1010111 1001010 100110 0 1111 1000010 10011100 10111 11100

Color Harmonies of #36574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36574A

Black with #36574A

Text Example


Text Example

White with #36574A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,87,74); }

 H1.HeaderClassName
 {
   color: #36574A;
 }
 .AnyTagClassName
 {
   color: #36574A;
 }
</style>

background-color css

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

 a { background-color: rgb(54,87,74); }

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

border-color css

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

 span { border-color: rgb(54,87,74); }

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