Html Css Color HEX #227C77 Elm

📋 copy color: '#227C77'

red 34 ◦ green 124 ◦ blue 119

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

Shades of Elm #227C77

Tints of Elm #227C77

RGB

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

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

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

R = 12.27%
G = 44.77%
B = 42.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#227C77 (or 0x227C77) is known color: Elm. HEX triplet: 22, 7C and 77. RGB value is (34,124,119). Sum of RGB (Red+Green+Blue) = 34+124+119=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #227C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227C77 is #DD8388. Grayscale: #606060. Windows color (decimal): -14517129 or 7830562. OLE color: 7830562.

HSL color Cylindrical-coordinate representation of color #227C77: hue angle of 176.67º 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 #227C77 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 124 119 -
CMYK 0.73 0 0.04 0.51
HSL 176.67º 0.57% 0.31% -
HSV(B) 176.67º 0.73% 0.49% -
XYZ 11.2 16.09 19.97 -
YUV 96.52 140.68 83.41 -
System Red Green Blue C M Y K H S L
Decimal 34 124 119 0.73 0 0.04 0.51 176.67 0.57 0.31
Hex 22 7C 77 49 0 4 33 B1 39 1F
Octal 42 174 167 111 0 4 63 261 71 37
Binary 100010 1111100 1110111 1001001 0 100 110011 10110001 111001 11111

Color Harmonies of #227C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227C77

Black with #227C77

Text Example


Text Example

White with #227C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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