Html Css Color HEX #245251 Dark Slate Grey

📋 copy color: '#245251'

red 36 ◦ green 82 ◦ blue 81

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

Shades of Dark Slate Grey #245251

Tints of Dark Slate Grey #245251

RGB

 RED value IS 36 (14.45% from 255) = 18.09%

 GREEN value IS 82 (32.42% from 255) = 41.21%

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 18.09%
G = 41.21%
B = 40.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#245251 (or 0x245251) is known color: Dark Slate Grey. HEX triplet: 24, 52 and 51. RGB value is (36,82,81). Sum of RGB (Red+Green+Blue) = 36+82+81=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #245251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245251 is #DBADAE. Grayscale: #444444. Windows color (decimal): -14396847 or 5329444. OLE color: 5329444.

HSL color Cylindrical-coordinate representation of color #245251: hue angle of 178.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245251 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 82 81 -
CMYK 0.56 0 0.01 0.68
HSL 178.7º 0.39% 0.23% -
HSV(B) 178.7º 0.56% 0.32% -
XYZ 5.23 7 8.86 -
YUV 68.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 36 82 81 0.56 0 0.01 0.68 178.7 0.39 0.23
Hex 24 52 51 38 0 1 44 B3 27 17
Octal 44 122 121 70 0 1 104 263 47 27
Binary 100100 1010010 1010001 111000 0 1 1000100 10110011 100111 10111

Color Harmonies of #245251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245251

Black with #245251

Text Example


Text Example

White with #245251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245251; }

 p { color: rgb(36,82,81); }

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

background-color css

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

 a { background-color: rgb(36,82,81); }

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

border-color css

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

 span { border-color: rgb(36,82,81); }

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