#226452

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

Shades of Evening Sea #226452

Tints of Evening Sea #226452

Color information

#226452 (or 0x226452) is unknown color: approx Evening Sea. HEX triplet: 22, 64 and 52. RGB value is (34,100,82). Sum of RGB (Red+Green+Blue) = 34+100+82=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #226452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226452 is #DD9BAD. Grayscale: #4E4E4E. Windows color (decimal): -14523310 or 5399586. OLE color: 5399586.

HSL color Cylindrical-coordinate representation of color #226452: hue angle of 163.64º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #226452 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB3410082-
CMYK0.6600.180.61
HSL163.64º49.25%26.27%-
HSV(B)163.64º66%39.22%-
XYZ6.7410.069.57-
YUV78.21130.1396.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=15.74%
G=46.30%
B=37.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34100820.6600.180.61163.6449.2526.27
Hex226452420123Da4311a
Octal42144122102022752446132
Binary1000101100100101001010000100100101111011010010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226452; }

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

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

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

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

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

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

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

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