Html Css Color HEX #227770 Elm

📋 copy color: '#227770'

red 34 ◦ green 119 ◦ blue 112

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

Shades of Elm #227770

Tints of Elm #227770

RGB

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

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

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

R = 12.83%
G = 44.91%
B = 42.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#227770 (or 0x227770) is known color: Elm. HEX triplet: 22, 77 and 70. RGB value is (34,119,112). Sum of RGB (Red+Green+Blue) = 34+119+112=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #227770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227770 is #DD888F. Grayscale: #5C5C5C. Windows color (decimal): -14518416 or 7370530. OLE color: 7370530.

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

Color convert

RGB 34 119 112 -
CMYK 0.71 0 0.06 0.53
HSL 175.06º 0.56% 0.3% -
HSV(B) 175.06º 0.71% 0.47% -
XYZ 10.18 14.7 17.63 -
YUV 92.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 34 119 112 0.71 0 0.06 0.53 175.06 0.56 0.3
Hex 22 77 70 47 0 6 35 AF 38 1E
Octal 42 167 160 107 0 6 65 257 70 36
Binary 100010 1110111 1110000 1000111 0 110 110101 10101111 111000 11110

Color Harmonies of #227770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227770

Black with #227770

Text Example


Text Example

White with #227770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227770; }

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

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

background-color css

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

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

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

border-color css

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

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

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