Html Css Color HEX #225450 Dark Slate Grey

📋 copy color: '#225450'

red 34 ◦ green 84 ◦ blue 80

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

Shades of Dark Slate Grey #225450

Tints of Dark Slate Grey #225450

RGB

 RED value IS 34 (13.67% from 255) = 17.17%

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

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

R = 17.17%
G = 42.42%
B = 40.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#225450 (or 0x225450) is known color: Dark Slate Grey. HEX triplet: 22, 54 and 50. RGB value is (34,84,80). Sum of RGB (Red+Green+Blue) = 34+84+80=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #225450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225450 is #DDABAF. Grayscale: #444444. Windows color (decimal): -14527408 or 5264418. OLE color: 5264418.

HSL color Cylindrical-coordinate representation of color #225450: hue angle of 175.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225450 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 84 80 -
CMYK 0.60 0 0.05 0.67
HSL 175.2º 0.42% 0.23% -
HSV(B) 175.2º 0.6% 0.33% -
XYZ 5.28 7.26 8.71 -
YUV 68.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 34 84 80 0.60 0 0.05 0.67 175.2 0.42 0.23
Hex 22 54 50 3C 0 5 43 AF 2A 17
Octal 42 124 120 74 0 5 103 257 52 27
Binary 100010 1010100 1010000 111100 0 101 1000011 10101111 101010 10111

Color Harmonies of #225450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225450

Black with #225450

Text Example


Text Example

White with #225450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225450; }

 p { color: rgb(34,84,80); }

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

background-color css

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

 a { background-color: rgb(34,84,80); }

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

border-color css

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

 span { border-color: rgb(34,84,80); }

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