Html Css Color HEX #227171 Elm

📋 copy color: '#227171'

red 34 ◦ green 113 ◦ blue 113

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

Shades of Elm #227171

Tints of Elm #227171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 13.08%
G = 43.46%
B = 43.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#227171 (or 0x227171) is known color: Elm. HEX triplet: 22, 71 and 71. RGB value is (34,113,113). Sum of RGB (Red+Green+Blue) = 34+113+113=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #227171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227171 is #DD8E8E. Grayscale: #595959. Windows color (decimal): -14519951 or 7434530. OLE color: 7434530.

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

Color convert

RGB 34 113 113 -
CMYK 0.70 0 0 0.56
HSL 180º 0.54% 0.29% -
HSV(B) 180º 0.7% 0.44% -
XYZ 9.55 13.34 17.7 -
YUV 89.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 34 113 113 0.70 0 0 0.56 180 0.54 0.29
Hex 22 71 71 46 0 0 38 B4 36 1D
Octal 42 161 161 106 0 0 70 264 66 35
Binary 100010 1110001 1110001 1000110 0 0 111000 10110100 110110 11101

Color Harmonies of #227171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227171

Black with #227171

Text Example


Text Example

White with #227171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227171; }

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

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

background-color css

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

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

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

border-color css

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

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

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