#126050

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

Shades of Eden #126050

Tints of Eden #126050

Color information

#126050 (or 0x126050) is unknown color: approx Eden. HEX triplet: 12, 60 and 50. RGB value is (18,96,80). Sum of RGB (Red+Green+Blue) = 18+96+80=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #126050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126050 is #ED9FAF. Grayscale: #464646. Windows color (decimal): -15572912 or 5267474. OLE color: 5267474.

HSL color Cylindrical-coordinate representation of color #126050: hue angle of 167.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126050 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB189680-
CMYK0.8100.170.62
HSL167.69º68.42%22.35%-
HSV(B)167.69º81.25%37.65%-
XYZ5.889.079.03-
YUV70.85133.1690.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=9.28%
G=49.48%
B=41.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896800.8100.170.62167.6968.4222.35
Hex126050510113Ea84416
Octal221401201210217625010426
Binary1001011000001010000101000101000111111010101000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126050; }

 p { color: rgb(18,96,80); }

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

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

 a { background-color: rgb(18,96,80); }

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

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

 span { border-color: rgb(18,96,80); }

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