#296555

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

Shades of Eden #296555

Tints of Eden #296555

Color information

#296555 (or 0x296555) is unknown color: approx Eden. HEX triplet: 29, 65 and 55. RGB value is (41,101,85). Sum of RGB (Red+Green+Blue) = 41+101+85=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #296555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296555 is #D69AAA. Grayscale: #515151. Windows color (decimal): -14064299 or 5596457. OLE color: 5596457.

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

Color convert

RGB4110185-
CMYK0.5900.160.60
HSL164º42.25%27.84%-
HSV(B)164º59.41%39.61%-
XYZ7.2110.4310.23-
YUV81.24130.1299.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=18.06%
G=44.49%
B=37.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101850.5900.160.6016442.2527.84
Hex2965553B0103Ca42a1c
Octal5114512573020742445234
Binary101001110010110101011110110100001111001010010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296555; }

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

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

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

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

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

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

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

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