#25524D

Color #25524D Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #25524D

Tints of Dark Slate Grey #25524D

Color information

#25524D (or 0x25524D) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 52 and 4D. RGB value is (37,82,77). Sum of RGB (Red+Green+Blue) = 37+82+77=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #25524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25524D is #DAADB2. Grayscale: #434343. Windows color (decimal): -14331315 or 5067301. OLE color: 5067301.

HSL color Cylindrical-coordinate representation of color #25524D: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25524D is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB378277-
CMYK0.5500.060.68
HSL173.33º37.82%23.33%-
HSV(B)173.33º54.88%32.16%-
XYZ5.126.968.1-
YUV67.98133.09105.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=18.88%
G=41.84%
B=39.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782770.5500.060.68173.3337.8223.33
Hex25524D370644ad2617
Octal4512211567061042554627
Binary10010110100101001101110111011010001001010110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25524D;
 }
 .AnyTagClassName
 {
   color: #25524D;
 }
</style>
background-color css

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

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

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

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

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

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