#296355

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

Shades of Eden #296355

Tints of Eden #296355

Color information

#296355 (or 0x296355) is unknown color: approx Eden. HEX triplet: 29, 63 and 55. RGB value is (41,99,85). Sum of RGB (Red+Green+Blue) = 41+99+85=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #296355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296355 is #D69CAA. Grayscale: #505050. Windows color (decimal): -14064811 or 5595945. OLE color: 5595945.

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

Color convert

RGB419985-
CMYK0.5900.140.61
HSL165.52º41.43%27.45%-
HSV(B)165.52º58.59%38.82%-
XYZ7.0210.0510.16-
YUV80.06130.78100.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=18.22%
G=44%
B=37.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199850.5900.140.61165.5241.4327.45
Hex2963553B0E3Da6291b
Octal5114312573016752465133
Binary10100111000111010101111011011101111011010011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296355; }

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

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

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

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

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

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

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

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