Html Css Color HEX #25544D Dark Slate Grey

📋 copy color: '#25544D'

red 37 ◦ green 84 ◦ blue 77

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

Shades of Dark Slate Grey #25544D

Tints of Dark Slate Grey #25544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

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

R = 18.69%
G = 42.42%
B = 38.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#25544D (or 0x25544D) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 4D. RGB value is (37,84,77). Sum of RGB (Red+Green+Blue) = 37+84+77=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #25544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25544D is #DAABB2. Grayscale: #454545. Windows color (decimal): -14330803 or 5067813. OLE color: 5067813.

HSL color Cylindrical-coordinate representation of color #25544D: hue angle of 171.06º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25544D is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 84 77 -
CMYK 0.56 0 0.08 0.67
HSL 171.06º 0.39% 0.24% -
HSV(B) 171.06º 0.56% 0.33% -
XYZ 5.27 7.27 8.15 -
YUV 69.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 37 84 77 0.56 0 0.08 0.67 171.06 0.39 0.24
Hex 25 54 4D 38 0 8 43 AB 27 18
Octal 45 124 115 70 0 10 103 253 47 30
Binary 100101 1010100 1001101 111000 0 1000 1000011 10101011 100111 11000

Color Harmonies of #25544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25544D

Black with #25544D

Text Example


Text Example

White with #25544D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25544D; }

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

 H1.HeaderClassName
 {
   color: #25544D;
 }
 .AnyTagClassName
 {
   color: #25544D;
 }
</style>

background-color css

<style>
 a { background-color: #25544D; }

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

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

border-color css

<style>
 span { border-color: #25544D; }

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

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