Html Css Color HEX #36594A Spectra

📋 copy color: '#36594A'

red 54 ◦ green 89 ◦ blue 74

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

Shades of Spectra #36594A

Tints of Spectra #36594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

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

R = 24.88%
G = 41.01%
B = 34.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#36594A (or 0x36594A) is known color: Spectra. HEX triplet: 36, 59 and 4A. RGB value is (54,89,74). Sum of RGB (Red+Green+Blue) = 54+89+74=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #36594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36594A is #C9A6B5. Grayscale: #4C4C4C. Windows color (decimal): -13215414 or 4872502. OLE color: 4872502.

HSL color Cylindrical-coordinate representation of color #36594A: hue angle of 154.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36594A is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 74 -
CMYK 0.39 0 0.17 0.65
HSL 154.29º 0.24% 0.28% -
HSV(B) 154.29º 0.39% 0.35% -
XYZ 6.33 8.42 7.77 -
YUV 76.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 54 89 74 0.39 0 0.17 0.65 154.29 0.24 0.28
Hex 36 59 4A 27 0 11 41 9A 18 1C
Octal 66 131 112 47 0 21 101 232 30 34
Binary 110110 1011001 1001010 100111 0 10001 1000001 10011010 11000 11100

Color Harmonies of #36594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36594A

Black with #36594A

Text Example


Text Example

White with #36594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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