Html Css Color HEX #36554D Spectra

📋 copy color: '#36554D'

red 54 ◦ green 85 ◦ blue 77

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

Shades of Spectra #36554D

Tints of Spectra #36554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 25%
G = 39.35%
B = 35.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#36554D (or 0x36554D) is known color: Spectra. HEX triplet: 36, 55 and 4D. RGB value is (54,85,77). Sum of RGB (Red+Green+Blue) = 54+85+77=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #36554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36554D is #C9AAB2. Grayscale: #4A4A4A. Windows color (decimal): -13216435 or 5068086. OLE color: 5068086.

HSL color Cylindrical-coordinate representation of color #36554D: hue angle of 164.52º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36554D is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 77 -
CMYK 0.36 0 0.09 0.67
HSL 164.52º 0.22% 0.27% -
HSV(B) 164.52º 0.36% 0.33% -
XYZ 6.11 7.82 8.21 -
YUV 74.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 54 85 77 0.36 0 0.09 0.67 164.52 0.22 0.27
Hex 36 55 4D 24 0 9 43 A5 16 1B
Octal 66 125 115 44 0 11 103 245 26 33
Binary 110110 1010101 1001101 100100 0 1001 1000011 10100101 10110 11011

Color Harmonies of #36554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36554D

Black with #36554D

Text Example


Text Example

White with #36554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36554D; }

 p { color: rgb(54,85,77); }

 H1.HeaderClassName
 {
   color: #36554D;
 }
 .AnyTagClassName
 {
   color: #36554D;
 }
</style>

background-color css

<style>
 a { background-color: #36554D; }

 a { background-color: rgb(54,85,77); }

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

border-color css

<style>
 span { border-color: #36554D; }

 span { border-color: rgb(54,85,77); }

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