#25524B

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

Shades of Dark Slate Grey #25524B

Tints of Dark Slate Grey #25524B

Color information

#25524B (or 0x25524B) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 52 and 4B. RGB value is (37,82,75). Sum of RGB (Red+Green+Blue) = 37+82+75=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #25524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25524B is #DAADB4. Grayscale: #434343. Windows color (decimal): -14331317 or 4936229. OLE color: 4936229.

HSL color Cylindrical-coordinate representation of color #25524B: hue angle of 170.67º 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 #25524B is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB378275-
CMYK0.5500.090.68
HSL170.67º37.82%23.33%-
HSV(B)170.67º54.88%32.16%-
XYZ5.056.947.73-
YUV67.75132.09106.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=19.07%
G=42.27%
B=38.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782750.5500.090.68170.6737.8223.33
Hex25524B370944ab2617
Octal45122113670111042534627
Binary100101101001010010111101110100110001001010101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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