Html Css Color HEX #36484A Dark Slate Grey

📋 copy color: '#36484A'

red 54 ◦ green 72 ◦ blue 74

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

Shades of Dark Slate Grey #36484A

Tints of Dark Slate Grey #36484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 27%
G = 36%
B = 37%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36484A (or 0x36484A) is known color: Dark Slate Grey. HEX triplet: 36, 48 and 4A. RGB value is (54,72,74). Sum of RGB (Red+Green+Blue) = 54+72+74=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 74 - color contains mainly: blue. Hex color #36484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36484A is #C9B7B5. Grayscale: #424242. Windows color (decimal): -13219766 or 4868150. OLE color: 4868150.

HSL color Cylindrical-coordinate representation of color #36484A: hue angle of 186º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #36484A is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 72 74 -
CMYK 0.27 0.03 0 0.71
HSL 186º 0.16% 0.25% -
HSV(B) 186º 0.27% 0.29% -
XYZ 5.07 5.91 7.35 -
YUV 66.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 54 72 74 0.27 0.03 0 0.71 186 0.16 0.25
Hex 36 48 4A 1B 3 0 47 BA 10 19
Octal 66 110 112 33 3 0 107 272 20 31
Binary 110110 1001000 1001010 11011 11 0 1000111 10111010 10000 11001

Color Harmonies of #36484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36484A

Black with #36484A

Text Example


Text Example

White with #36484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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