Html Css Color HEX #227373 Elm

📋 copy color: '#227373'

red 34 ◦ green 115 ◦ blue 115

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

Shades of Elm #227373

Tints of Elm #227373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 12.88%
G = 43.56%
B = 43.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#227373 (or 0x227373) is known color: Elm. HEX triplet: 22, 73 and 73. RGB value is (34,115,115). Sum of RGB (Red+Green+Blue) = 34+115+115=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #227373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227373 is #DD8C8C. Grayscale: #5A5A5A. Windows color (decimal): -14519437 or 7566114. OLE color: 7566114.

HSL color Cylindrical-coordinate representation of color #227373: hue angle of 180º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227373 is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 115 115 -
CMYK 0.70 0 0 0.55
HSL 180º 0.54% 0.29% -
HSV(B) 180º 0.7% 0.45% -
XYZ 9.88 13.84 18.37 -
YUV 90.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 34 115 115 0.70 0 0 0.55 180 0.54 0.29
Hex 22 73 73 46 0 0 37 B4 36 1D
Octal 42 163 163 106 0 0 67 264 66 35
Binary 100010 1110011 1110011 1000110 0 0 110111 10110100 110110 11101

Color Harmonies of #227373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227373

Black with #227373

Text Example


Text Example

White with #227373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227373; }

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

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

background-color css

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

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

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

border-color css

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

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

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