Html Css Color HEX #227172 Elm

📋 copy color: '#227172'

red 34 ◦ green 113 ◦ blue 114

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

Shades of Elm #227172

Tints of Elm #227172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.3%

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 13.03%
G = 43.3%
B = 43.68%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#227172 (or 0x227172) is known color: Elm. HEX triplet: 22, 71 and 72. RGB value is (34,113,114). Sum of RGB (Red+Green+Blue) = 34+113+114=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #227172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227172 is #DD8E8D. Grayscale: #595959. Windows color (decimal): -14519950 or 7500066. OLE color: 7500066.

HSL color Cylindrical-coordinate representation of color #227172: hue angle of 180.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227172 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 113 114 -
CMYK 0.70 0.01 0 0.55
HSL 180.75º 0.54% 0.29% -
HSV(B) 180.75º 0.7% 0.45% -
XYZ 9.6 13.37 17.99 -
YUV 89.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 34 113 114 0.70 0.01 0 0.55 180.75 0.54 0.29
Hex 22 71 72 46 1 0 37 B5 36 1D
Octal 42 161 162 106 1 0 67 265 66 35
Binary 100010 1110001 1110010 1000110 1 0 110111 10110101 110110 11101

Color Harmonies of #227172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227172

Black with #227172

Text Example


Text Example

White with #227172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227172; }

 p { color: rgb(34,113,114); }

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

background-color css

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

 a { background-color: rgb(34,113,114); }

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

border-color css

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

 span { border-color: rgb(34,113,114); }

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