Html Css Color HEX #227775 Elm

📋 copy color: '#227775'

red 34 ◦ green 119 ◦ blue 117

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

Shades of Elm #227775

Tints of Elm #227775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 12.59%
G = 44.07%
B = 43.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#227775 (or 0x227775) is known color: Elm. HEX triplet: 22, 77 and 75. RGB value is (34,119,117). Sum of RGB (Red+Green+Blue) = 34+119+117=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #227775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227775 is #DD888A. Grayscale: #5D5D5D. Windows color (decimal): -14518411 or 7698210. OLE color: 7698210.

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

Color convert

RGB 34 119 117 -
CMYK 0.71 0 0.02 0.53
HSL 178.59º 0.56% 0.3% -
HSV(B) 178.59º 0.71% 0.47% -
XYZ 10.47 14.82 19.14 -
YUV 93.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 34 119 117 0.71 0 0.02 0.53 178.59 0.56 0.3
Hex 22 77 75 47 0 2 35 B3 38 1E
Octal 42 167 165 107 0 2 65 263 70 36
Binary 100010 1110111 1110101 1000111 0 10 110101 10110011 111000 11110

Color Harmonies of #227775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227775

Black with #227775

Text Example


Text Example

White with #227775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227775; }

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

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

background-color css

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

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

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

border-color css

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

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

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