#296455

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

Shades of Eden #296455

Tints of Eden #296455

Color information

#296455 (or 0x296455) is unknown color: approx Eden. HEX triplet: 29, 64 and 55. RGB value is (41,100,85). Sum of RGB (Red+Green+Blue) = 41+100+85=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #296455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296455 is #D69BAA. Grayscale: #505050. Windows color (decimal): -14064555 or 5596201. OLE color: 5596201.

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

Color convert

RGB4110085-
CMYK0.5900.150.61
HSL164.75º41.84%27.65%-
HSV(B)164.75º59%39.22%-
XYZ7.1110.2410.2-
YUV80.65130.4599.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 100 (39.45% from 255) = 44.25%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=18.14%
G=44.25%
B=37.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41100850.5900.150.61164.7541.8427.65
Hex2964553B0F3Da52a1c
Octal5114412573017752455234
Binary10100111001001010101111011011111111011010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296455; }

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

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

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

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

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

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

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

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