Html Css Color HEX #227C76 Elm

📋 copy color: '#227C76'

red 34 ◦ green 124 ◦ blue 118

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

Shades of Elm #227C76

Tints of Elm #227C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 12.32%
G = 44.93%
B = 42.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#227C76 (or 0x227C76) is known color: Elm. HEX triplet: 22, 7C and 76. RGB value is (34,124,118). Sum of RGB (Red+Green+Blue) = 34+124+118=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #227C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227C76 is #DD8389. Grayscale: #606060. Windows color (decimal): -14517130 or 7765026. OLE color: 7765026.

HSL color Cylindrical-coordinate representation of color #227C76: hue angle of 176º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227C76 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 124 118 -
CMYK 0.73 0 0.05 0.51
HSL 176º 0.57% 0.31% -
HSV(B) 176º 0.73% 0.49% -
XYZ 11.14 16.06 19.65 -
YUV 96.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 34 124 118 0.73 0 0.05 0.51 176 0.57 0.31
Hex 22 7C 76 49 0 5 33 B0 39 1F
Octal 42 174 166 111 0 5 63 260 71 37
Binary 100010 1111100 1110110 1001001 0 101 110011 10110000 111001 11111

Color Harmonies of #227C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227C76

Black with #227C76

Text Example


Text Example

White with #227C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227C76; }

 p { color: rgb(34,124,118); }

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

background-color css

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

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

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

border-color css

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

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

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