Html Css Color HEX #25544F Dark Slate Grey

📋 copy color: '#25544F'

red 37 ◦ green 84 ◦ blue 79

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

Shades of Dark Slate Grey #25544F

Tints of Dark Slate Grey #25544F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 18.5%
G = 42%
B = 39.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#25544F (or 0x25544F) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 4F. RGB value is (37,84,79). Sum of RGB (Red+Green+Blue) = 37+84+79=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #25544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25544F is #DAABB0. Grayscale: #454545. Windows color (decimal): -14330801 or 5198885. OLE color: 5198885.

HSL color Cylindrical-coordinate representation of color #25544F: hue angle of 173.62º 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 #25544F is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 84 79 -
CMYK 0.56 0 0.06 0.67
HSL 173.62º 0.39% 0.24% -
HSV(B) 173.62º 0.56% 0.33% -
XYZ 5.34 7.3 8.52 -
YUV 69.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 37 84 79 0.56 0 0.06 0.67 173.62 0.39 0.24
Hex 25 54 4F 38 0 6 43 AE 27 18
Octal 45 124 117 70 0 6 103 256 47 30
Binary 100101 1010100 1001111 111000 0 110 1000011 10101110 100111 11000

Color Harmonies of #25544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25544F

Black with #25544F

Text Example


Text Example

White with #25544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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