#126350

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

Shades of Eden #126350

Tints of Eden #126350

Color information

#126350 (or 0x126350) is unknown color: approx Eden. HEX triplet: 12, 63 and 50. RGB value is (18,99,80). Sum of RGB (Red+Green+Blue) = 18+99+80=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #126350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126350 is #ED9CAF. Grayscale: #484848. Windows color (decimal): -15572144 or 5268242. OLE color: 5268242.

HSL color Cylindrical-coordinate representation of color #126350: hue angle of 165.93º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126350 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB189980-
CMYK0.8200.190.61
HSL165.93º69.23%22.94%-
HSV(B)165.93º81.82%38.82%-
XYZ6.169.639.12-
YUV72.61132.1689.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=9.14%
G=50.25%
B=40.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899800.8200.190.61165.9369.2322.94
Hex126350520133Da64517
Octal221431201220237524610527
Binary1001011000111010000101001001001111110110100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126350; }

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

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

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

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

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

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

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

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