Html Css Color HEX #227777 Elm

📋 copy color: '#227777'

red 34 ◦ green 119 ◦ blue 119

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

Shades of Elm #227777

Tints of Elm #227777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.75%

R = 12.5%
G = 43.75%
B = 43.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#227777 (or 0x227777) is known color: Elm. HEX triplet: 22, 77 and 77. RGB value is (34,119,119). Sum of RGB (Red+Green+Blue) = 34+119+119=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #227777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227777 is #DD8888. Grayscale: #5D5D5D. Windows color (decimal): -14518409 or 7829282. OLE color: 7829282.

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

Color convert

RGB 34 119 119 -
CMYK 0.71 0 0 0.53
HSL 180º 0.56% 0.3% -
HSV(B) 180º 0.71% 0.47% -
XYZ 10.59 14.87 19.76 -
YUV 93.59 142.34 85.5 -
System Red Green Blue C M Y K H S L
Decimal 34 119 119 0.71 0 0 0.53 180 0.56 0.3
Hex 22 77 77 47 0 0 35 B4 38 1E
Octal 42 167 167 107 0 0 65 264 70 36
Binary 100010 1110111 1110111 1000111 0 0 110101 10110100 111000 11110

Color Harmonies of #227777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227777

Black with #227777

Text Example


Text Example

White with #227777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227777; }

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

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

background-color css

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

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

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

border-color css

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

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

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