Html Css Color HEX #245250 Dark Slate Grey

📋 copy color: '#245250'

red 36 ◦ green 82 ◦ blue 80

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

Shades of Dark Slate Grey #245250

Tints of Dark Slate Grey #245250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.4%

R = 18.18%
G = 41.41%
B = 40.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#245250 (or 0x245250) is known color: Dark Slate Grey. HEX triplet: 24, 52 and 50. RGB value is (36,82,80). Sum of RGB (Red+Green+Blue) = 36+82+80=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #245250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245250 is #DBADAF. Grayscale: #434343. Windows color (decimal): -14396848 or 5263908. OLE color: 5263908.

HSL color Cylindrical-coordinate representation of color #245250: hue angle of 177.39º 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 #245250 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 82 80 -
CMYK 0.56 0 0.02 0.68
HSL 177.39º 0.39% 0.23% -
HSV(B) 177.39º 0.56% 0.32% -
XYZ 5.19 6.99 8.66 -
YUV 68.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 36 82 80 0.56 0 0.02 0.68 177.39 0.39 0.23
Hex 24 52 50 38 0 2 44 B1 27 17
Octal 44 122 120 70 0 2 104 261 47 27
Binary 100100 1010010 1010000 111000 0 10 1000100 10110001 100111 10111

Color Harmonies of #245250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245250

Black with #245250

Text Example


Text Example

White with #245250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245250; }

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

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

background-color css

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

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

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

border-color css

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

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

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