#227474

Color #227474 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #227474

Tints of Elm #227474

Color information

#227474 (or 0x227474) is unknown color: approx Elm. HEX triplet: 22, 74 and 74. RGB value is (34,116,116). Sum of RGB (Red+Green+Blue) = 34+116+116=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #227474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227474 is #DD8B8B. Grayscale: #5B5B5B. Windows color (decimal): -14519180 or 7631906. OLE color: 7631906.

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

Color convert

RGB34116116-
CMYK0.71000.55
HSL180º54.67%29.41%-
HSV(B)180º70.69%45.49%-
XYZ10.0614.0918.71-
YUV91.48141.8387-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.78%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=12.78%
G=43.61%
B=43.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341161160.71000.5518054.6729.41
Hex227474470037b4371d
Octal4216416410700672646735
Binary100010111010011101001000111001101111011010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227474; }

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

 H1.HeaderClassName
 {
   color: #227474;
 }
 .AnyTagClassName
 {
   color: #227474;
 }
</style>
background-color css

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

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

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

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

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

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