#226852

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

Shades of Evening Sea #226852

Tints of Evening Sea #226852

Color information

#226852 (or 0x226852) is unknown color: approx Evening Sea. HEX triplet: 22, 68 and 52. RGB value is (34,104,82). Sum of RGB (Red+Green+Blue) = 34+104+82=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #226852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226852 is #DD97AD. Grayscale: #505050. Windows color (decimal): -14522286 or 5400610. OLE color: 5400610.

HSL color Cylindrical-coordinate representation of color #226852: hue angle of 161.14º 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 #226852 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB3410482-
CMYK0.6700.210.59
HSL161.14º50.72%27.06%-
HSV(B)161.14º67.31%40.78%-
XYZ7.1310.859.7-
YUV80.56128.8194.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=15.45%
G=47.27%
B=37.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34104820.6700.210.59161.1450.7227.06
Hex226852430153Ba1331b
Octal42150122103025732416333
Binary1000101101000101001010000110101011110111010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226852; }

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

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

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

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

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

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

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

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