#22685A

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

Shades of Eden #22685A

Tints of Eden #22685A

Color information

#22685A (or 0x22685A) is unknown color: approx Eden. HEX triplet: 22, 68 and 5A. RGB value is (34,104,90). Sum of RGB (Red+Green+Blue) = 34+104+90=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #22685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22685A is #DD97A5. Grayscale: #515151. Windows color (decimal): -14522278 or 5924898. OLE color: 5924898.

HSL color Cylindrical-coordinate representation of color #22685A: hue angle of 168º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #22685A is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB3410490-
CMYK0.6700.130.59
HSL168º50.72%27.06%-
HSV(B)168º67.31%40.78%-
XYZ7.4610.9811.4-
YUV81.47132.8194.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=14.91%
G=45.61%
B=39.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34104900.6700.130.5916850.7227.06
Hex22685A430D3Ba8331b
Octal42150132103015732506333
Binary100010110100010110101000011011011110111010100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22685A; }

 p { color: rgb(34,104,90); }

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

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

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

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

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

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

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