Html Css Color HEX #36554C Spectra

📋 copy color: '#36554C'

red 54 ◦ green 85 ◦ blue 76

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

Shades of Spectra #36554C

Tints of Spectra #36554C

RGB

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

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

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

R = 25.12%
G = 39.53%
B = 35.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#36554C (or 0x36554C) is known color: Spectra. HEX triplet: 36, 55 and 4C. RGB value is (54,85,76). Sum of RGB (Red+Green+Blue) = 54+85+76=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #36554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36554C is #C9AAB3. Grayscale: #4A4A4A. Windows color (decimal): -13216436 or 5002550. OLE color: 5002550.

HSL color Cylindrical-coordinate representation of color #36554C: hue angle of 162.58º 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 #36554C is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 76 -
CMYK 0.36 0 0.11 0.67
HSL 162.58º 0.22% 0.27% -
HSV(B) 162.58º 0.36% 0.33% -
XYZ 6.07 7.8 8.02 -
YUV 74.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 54 85 76 0.36 0 0.11 0.67 162.58 0.22 0.27
Hex 36 55 4C 24 0 B 43 A3 16 1B
Octal 66 125 114 44 0 13 103 243 26 33
Binary 110110 1010101 1001100 100100 0 1011 1000011 10100011 10110 11011

Color Harmonies of #36554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36554C

Black with #36554C

Text Example


Text Example

White with #36554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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