Html Css Color HEX #227472 Elm

📋 copy color: '#227472'

red 34 ◦ green 116 ◦ blue 114

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

Shades of Elm #227472

Tints of Elm #227472

RGB

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

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

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

R = 12.88%
G = 43.94%
B = 43.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#227472 (or 0x227472) is known color: Elm. HEX triplet: 22, 74 and 72. RGB value is (34,116,114). Sum of RGB (Red+Green+Blue) = 34+116+114=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #227472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227472 is #DD8B8D. Grayscale: #5B5B5B. Windows color (decimal): -14519182 or 7500834. OLE color: 7500834.

HSL color Cylindrical-coordinate representation of color #227472: hue angle of 178.54º 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 #227472 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 116 114 -
CMYK 0.71 0 0.02 0.55
HSL 178.54º 0.55% 0.29% -
HSV(B) 178.54º 0.71% 0.45% -
XYZ 9.94 14.05 18.11 -
YUV 91.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 34 116 114 0.71 0 0.02 0.55 178.54 0.55 0.29
Hex 22 74 72 47 0 2 37 B3 37 1D
Octal 42 164 162 107 0 2 67 263 67 35
Binary 100010 1110100 1110010 1000111 0 10 110111 10110011 110111 11101

Color Harmonies of #227472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227472

Black with #227472

Text Example


Text Example

White with #227472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227472; }

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

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

background-color css

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

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

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

border-color css

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

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

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