#227069

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

Shades of Elm #227069

Tints of Elm #227069

Color information

#227069 (or 0x227069) is unknown color: approx Elm. HEX triplet: 22, 70 and 69. RGB value is (34,112,105). Sum of RGB (Red+Green+Blue) = 34+112+105=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #227069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227069 is #DD8F96. Grayscale: #575757. Windows color (decimal): -14520215 or 6909986. OLE color: 6909986.

HSL color Cylindrical-coordinate representation of color #227069: hue angle of 174.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227069 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB34112105-
CMYK0.7000.060.56
HSL174.62º53.42%28.63%-
HSV(B)174.62º69.64%43.92%-
XYZ912.9515.39-
YUV87.88137.6689.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=13.55%
G=44.62%
B=41.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341121050.7000.060.56174.6253.4228.63
Hex227069460638af351d
Octal4216015110606702576535
Binary10001011100001101001100011001101110001010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227069; }

 p { color: rgb(34,112,105); }

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

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

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

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

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

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

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