Html Css Color HEX #284C4A Dark Slate Grey

📋 copy color: '#284C4A'

red 40 ◦ green 76 ◦ blue 74

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

Shades of Dark Slate Grey #284C4A

Tints of Dark Slate Grey #284C4A

RGB

 RED value IS 40 (16.02% from 255) = 21.05%

 GREEN value IS 76 (30.08% from 255) = 40%

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

R = 21.05%
G = 40%
B = 38.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#284C4A (or 0x284C4A) is known color: Dark Slate Grey. HEX triplet: 28, 4C and 4A. RGB value is (40,76,74). Sum of RGB (Red+Green+Blue) = 40+76+74=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #284C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C4A is #D7B3B5. Grayscale: #404040. Windows color (decimal): -14136246 or 4869160. OLE color: 4869160.

HSL color Cylindrical-coordinate representation of color #284C4A: hue angle of 176.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284C4A is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 76 74 -
CMYK 0.47 0 0.03 0.70
HSL 176.67º 0.31% 0.23% -
HSV(B) 176.67º 0.47% 0.3% -
XYZ 4.7 6.11 7.41 -
YUV 65.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 40 76 74 0.47 0 0.03 0.70 176.67 0.31 0.23
Hex 28 4C 4A 2F 0 3 46 B1 1F 17
Octal 50 114 112 57 0 3 106 261 37 27
Binary 101000 1001100 1001010 101111 0 11 1000110 10110001 11111 10111

Color Harmonies of #284C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C4A

Black with #284C4A

Text Example


Text Example

White with #284C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284C4A; }

 p { color: rgb(40,76,74); }

 H1.HeaderClassName
 {
   color: #284C4A;
 }
 .AnyTagClassName
 {
   color: #284C4A;
 }
</style>

background-color css

<style>
 a { background-color: #284C4A; }

 a { background-color: rgb(40,76,74); }

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

border-color css

<style>
 span { border-color: #284C4A; }

 span { border-color: rgb(40,76,74); }

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