Html Css Color HEX #227771 Elm

📋 copy color: '#227771'

red 34 ◦ green 119 ◦ blue 113

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

Shades of Elm #227771

Tints of Elm #227771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

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

R = 12.78%
G = 44.74%
B = 42.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#227771 (or 0x227771) is known color: Elm. HEX triplet: 22, 77 and 71. RGB value is (34,119,113). Sum of RGB (Red+Green+Blue) = 34+119+113=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #227771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227771 is #DD888E. Grayscale: #5C5C5C. Windows color (decimal): -14518415 or 7436066. OLE color: 7436066.

HSL color Cylindrical-coordinate representation of color #227771: hue angle of 175.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227771 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 119 113 -
CMYK 0.71 0 0.05 0.53
HSL 175.76º 0.56% 0.3% -
HSV(B) 175.76º 0.71% 0.47% -
XYZ 10.24 14.73 17.93 -
YUV 92.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 34 119 113 0.71 0 0.05 0.53 175.76 0.56 0.3
Hex 22 77 71 47 0 5 35 B0 38 1E
Octal 42 167 161 107 0 5 65 260 70 36
Binary 100010 1110111 1110001 1000111 0 101 110101 10110000 111000 11110

Color Harmonies of #227771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227771

Black with #227771

Text Example


Text Example

White with #227771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227771; }

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

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

background-color css

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

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

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

border-color css

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

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

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