#22857B

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

Shades of Elm #22857B

Tints of Elm #22857B

Color information

#22857B (or 0x22857B) is unknown color: approx Elm. HEX triplet: 22, 85 and 7B. RGB value is (34,133,123). Sum of RGB (Red+Green+Blue) = 34+133+123=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #22857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22857B is #DD7A84. Grayscale: #666666. Windows color (decimal): -14514821 or 8095010. OLE color: 8095010.

HSL color Cylindrical-coordinate representation of color #22857B: hue angle of 173.94º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22857B is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB34133123-
CMYK0.7400.080.48
HSL173.94º59.28%32.75%-
HSV(B)173.94º74.44%52.16%-
XYZ12.6218.5521.65-
YUV102.26139.779.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.72%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=11.72%
G=45.86%
B=42.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal341331230.7400.080.48173.9459.2832.75
Hex22857B4A0830ae3b21
Octal42205173112010602567341
Binary10001010000101111101110010100100011000010101110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22857B; }

 p { color: rgb(34,133,123); }

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

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

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

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

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

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

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