#22695D

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

Shades of Eden #22695D

Tints of Eden #22695D

Color information

#22695D (or 0x22695D) is unknown color: approx Eden. HEX triplet: 22, 69 and 5D. RGB value is (34,105,93). Sum of RGB (Red+Green+Blue) = 34+105+93=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #22695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22695D is #DD96A2. Grayscale: #525252. Windows color (decimal): -14522019 or 6121762. OLE color: 6121762.

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

Color convert

RGB3410593-
CMYK0.6800.110.59
HSL169.86º51.08%27.25%-
HSV(B)169.86º67.62%41.18%-
XYZ7.6911.2312.12-
YUV82.4133.9893.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=14.66%
G=45.26%
B=40.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34105930.6800.110.59169.8651.0827.25
Hex22695D440B3Baa331b
Octal42151135104013732526333
Binary100010110100110111011000100010111110111010101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22695D; }

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

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

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

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

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

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

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

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