Html Css Color HEX #254C4D Dark Slate Grey

📋 copy color: '#254C4D'

red 37 ◦ green 76 ◦ blue 77

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

Shades of Dark Slate Grey #254C4D

Tints of Dark Slate Grey #254C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 19.47%
G = 40%
B = 40.53%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#254C4D (or 0x254C4D) is known color: Dark Slate Grey. HEX triplet: 25, 4C and 4D. RGB value is (37,76,77). Sum of RGB (Red+Green+Blue) = 37+76+77=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #254C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C4D is #DAB3B2. Grayscale: #404040. Windows color (decimal): -14332851 or 5065765. OLE color: 5065765.

HSL color Cylindrical-coordinate representation of color #254C4D: hue angle of 181.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254C4D is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 76 77 -
CMYK 0.52 0.01 0 0.70
HSL 181.5º 0.35% 0.22% -
HSV(B) 181.5º 0.52% 0.3% -
XYZ 4.69 6.1 7.95 -
YUV 64.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 37 76 77 0.52 0.01 0 0.70 181.5 0.35 0.22
Hex 25 4C 4D 34 1 0 46 B6 23 16
Octal 45 114 115 64 1 0 106 266 43 26
Binary 100101 1001100 1001101 110100 1 0 1000110 10110110 100011 10110

Color Harmonies of #254C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C4D

Black with #254C4D

Text Example


Text Example

White with #254C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,76,77); }

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

background-color css

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

 a { background-color: rgb(37,76,77); }

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

border-color css

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

 span { border-color: rgb(37,76,77); }

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