Html Css Color HEX #254A48 Dark Slate Grey

📋 copy color: '#254A48'

red 37 ◦ green 74 ◦ blue 72

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

Shades of Dark Slate Grey #254A48

Tints of Dark Slate Grey #254A48

RGB

 RED value IS 37 (14.84% from 255) = 20.22%

 GREEN value IS 74 (29.3% from 255) = 40.44%

 BLUE value IS 72 (28.52% from 255) = 39.34%

R = 20.22%
G = 40.44%
B = 39.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#254A48 (or 0x254A48) is known color: Dark Slate Grey. HEX triplet: 25, 4A and 48. RGB value is (37,74,72). Sum of RGB (Red+Green+Blue) = 37+74+72=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #254A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A48 is #DAB5B7. Grayscale: #3E3E3E. Windows color (decimal): -14333368 or 4737573. OLE color: 4737573.

HSL color Cylindrical-coordinate representation of color #254A48: hue angle of 176.76º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A48 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 74 72 -
CMYK 0.50 0 0.03 0.71
HSL 176.76º 0.33% 0.22% -
HSV(B) 176.76º 0.5% 0.29% -
XYZ 4.38 5.76 7.01 -
YUV 62.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 37 74 72 0.50 0 0.03 0.71 176.76 0.33 0.22
Hex 25 4A 48 32 0 3 47 B1 21 16
Octal 45 112 110 62 0 3 107 261 41 26
Binary 100101 1001010 1001000 110010 0 11 1000111 10110001 100001 10110

Color Harmonies of #254A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A48

Black with #254A48

Text Example


Text Example

White with #254A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A48; }

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

 H1.HeaderClassName
 {
   color: #254A48;
 }
 .AnyTagClassName
 {
   color: #254A48;
 }
</style>

background-color css

<style>
 a { background-color: #254A48; }

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

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

border-color css

<style>
 span { border-color: #254A48; }

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

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