Html Css Color HEX #36574F Spectra

📋 copy color: '#36574F'

red 54 ◦ green 87 ◦ blue 79

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

Shades of Spectra #36574F

Tints of Spectra #36574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 24.55%
G = 39.55%
B = 35.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#36574F (or 0x36574F) is known color: Spectra. HEX triplet: 36, 57 and 4F. RGB value is (54,87,79). Sum of RGB (Red+Green+Blue) = 54+87+79=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #36574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36574F is #C9A8B0. Grayscale: #4C4C4C. Windows color (decimal): -13215921 or 5199670. OLE color: 5199670.

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

Color convert

RGB 54 87 79 -
CMYK 0.38 0 0.09 0.66
HSL 165.45º 0.23% 0.28% -
HSV(B) 165.45º 0.38% 0.34% -
XYZ 6.34 8.17 8.64 -
YUV 76.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 54 87 79 0.38 0 0.09 0.66 165.45 0.23 0.28
Hex 36 57 4F 26 0 9 42 A5 17 1C
Octal 66 127 117 46 0 11 102 245 27 34
Binary 110110 1010111 1001111 100110 0 1001 1000010 10100101 10111 11100

Color Harmonies of #36574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36574F

Black with #36574F

Text Example


Text Example

White with #36574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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