Html Css Color HEX #36574C Spectra

📋 copy color: '#36574C'

red 54 ◦ green 87 ◦ blue 76

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

Shades of Spectra #36574C

Tints of Spectra #36574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 24.88%
G = 40.09%
B = 35.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#36574C (or 0x36574C) is known color: Spectra. HEX triplet: 36, 57 and 4C. RGB value is (54,87,76). Sum of RGB (Red+Green+Blue) = 54+87+76=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #36574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36574C is #C9A8B3. Grayscale: #4B4B4B. Windows color (decimal): -13215924 or 5003062. OLE color: 5003062.

HSL color Cylindrical-coordinate representation of color #36574C: hue angle of 160º 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 #36574C is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 87 76 -
CMYK 0.38 0 0.13 0.66
HSL 160º 0.23% 0.28% -
HSV(B) 160º 0.38% 0.34% -
XYZ 6.23 8.12 8.08 -
YUV 75.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 54 87 76 0.38 0 0.13 0.66 160 0.23 0.28
Hex 36 57 4C 26 0 D 42 A0 17 1C
Octal 66 127 114 46 0 15 102 240 27 34
Binary 110110 1010111 1001100 100110 0 1101 1000010 10100000 10111 11100

Color Harmonies of #36574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36574C

Black with #36574C

Text Example


Text Example

White with #36574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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