Html Css Color HEX #227170 Elm

📋 copy color: '#227170'

red 34 ◦ green 113 ◦ blue 112

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

Shades of Elm #227170

Tints of Elm #227170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 13.13%
G = 43.63%
B = 43.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#227170 (or 0x227170) is known color: Elm. HEX triplet: 22, 71 and 70. RGB value is (34,113,112). Sum of RGB (Red+Green+Blue) = 34+113+112=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #227170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227170 is #DD8E8F. Grayscale: #595959. Windows color (decimal): -14519952 or 7368994. OLE color: 7368994.

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

Color convert

RGB 34 113 112 -
CMYK 0.70 0 0.01 0.56
HSL 179.24º 0.54% 0.29% -
HSV(B) 179.24º 0.7% 0.44% -
XYZ 9.49 13.32 17.4 -
YUV 89.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 34 113 112 0.70 0 0.01 0.56 179.24 0.54 0.29
Hex 22 71 70 46 0 1 38 B3 36 1D
Octal 42 161 160 106 0 1 70 263 66 35
Binary 100010 1110001 1110000 1000110 0 1 111000 10110011 110110 11101

Color Harmonies of #227170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227170

Black with #227170

Text Example


Text Example

White with #227170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227170; }

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

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

background-color css

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

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

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

border-color css

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

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

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