Html Css Color HEX #227471 Elm

📋 copy color: '#227471'

red 34 ◦ green 116 ◦ blue 113

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

Shades of Elm #227471

Tints of Elm #227471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

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

R = 12.93%
G = 44.11%
B = 42.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#227471 (or 0x227471) is known color: Elm. HEX triplet: 22, 74 and 71. RGB value is (34,116,113). Sum of RGB (Red+Green+Blue) = 34+116+113=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #227471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227471 is #DD8B8E. Grayscale: #5B5B5B. Windows color (decimal): -14519183 or 7435298. OLE color: 7435298.

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

Color convert

RGB 34 116 113 -
CMYK 0.71 0 0.03 0.55
HSL 177.8º 0.55% 0.29% -
HSV(B) 177.8º 0.71% 0.45% -
XYZ 9.89 14.02 17.81 -
YUV 91.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 34 116 113 0.71 0 0.03 0.55 177.8 0.55 0.29
Hex 22 74 71 47 0 3 37 B2 37 1D
Octal 42 164 161 107 0 3 67 262 67 35
Binary 100010 1110100 1110001 1000111 0 11 110111 10110010 110111 11101

Color Harmonies of #227471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227471

Black with #227471

Text Example


Text Example

White with #227471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227471; }

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

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

background-color css

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

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

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

border-color css

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

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

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