#296353

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

Shades of Evening Sea #296353

Tints of Evening Sea #296353

Color information

#296353 (or 0x296353) is unknown color: approx Evening Sea. HEX triplet: 29, 63 and 53. RGB value is (41,99,83). Sum of RGB (Red+Green+Blue) = 41+99+83=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #296353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296353 is #D69CAC. Grayscale: #4F4F4F. Windows color (decimal): -14064813 or 5464873. OLE color: 5464873.

HSL color Cylindrical-coordinate representation of color #296353: hue angle of 163.45º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296353 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB419983-
CMYK0.5900.160.61
HSL163.45º41.43%27.45%-
HSV(B)163.45º58.59%38.82%-
XYZ6.9410.029.75-
YUV79.83129.78100.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=18.39%
G=44.39%
B=37.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199830.5900.160.61163.4541.4327.45
Hex2963533B0103Da3291b
Octal5114312373020752435133
Binary101001110001110100111110110100001111011010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296353; }

 p { color: rgb(41,99,83); }

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

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

 a { background-color: rgb(41,99,83); }

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

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

 span { border-color: rgb(41,99,83); }

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