Html Css Color HEX #36554A Spectra

📋 copy color: '#36554A'

red 54 ◦ green 85 ◦ blue 74

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

Shades of Spectra #36554A

Tints of Spectra #36554A

RGB

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

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

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

R = 25.35%
G = 39.91%
B = 34.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#36554A (or 0x36554A) is known color: Spectra. HEX triplet: 36, 55 and 4A. RGB value is (54,85,74). Sum of RGB (Red+Green+Blue) = 54+85+74=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #36554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36554A is #C9AAB5. Grayscale: #4A4A4A. Windows color (decimal): -13216438 or 4871478. OLE color: 4871478.

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

Color convert

RGB 54 85 74 -
CMYK 0.36 0 0.13 0.67
HSL 158.71º 0.22% 0.27% -
HSV(B) 158.71º 0.36% 0.33% -
XYZ 6.01 7.78 7.66 -
YUV 74.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 54 85 74 0.36 0 0.13 0.67 158.71 0.22 0.27
Hex 36 55 4A 24 0 D 43 9F 16 1B
Octal 66 125 112 44 0 15 103 237 26 33
Binary 110110 1010101 1001010 100100 0 1101 1000011 10011111 10110 11011

Color Harmonies of #36554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36554A

Black with #36554A

Text Example


Text Example

White with #36554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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