#1A6356

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

Shades of Eden #1A6356

Tints of Eden #1A6356

Color information

#1A6356 (or 0x1A6356) is unknown color: approx Eden. HEX triplet: 1A, 63 and 56. RGB value is (26,99,86). Sum of RGB (Red+Green+Blue) = 26+99+86=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6356 is #E59CA9. Grayscale: #4B4B4B. Windows color (decimal): -15047850 or 5661466. OLE color: 5661466.

HSL color Cylindrical-coordinate representation of color #1A6356: hue angle of 169.32º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6356 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB269986-
CMYK0.7400.130.61
HSL169.32º58.4%24.51%-
HSV(B)169.32º73.74%38.82%-
XYZ6.579.8210.35-
YUV75.69133.8292.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=12.32%
G=46.92%
B=40.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699860.7400.130.61169.3258.424.51
Hex1A63564A0D3Da93a19
Octal32143126112015752517231
Binary11010110001110101101001010011011111011010100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6356; }

 p { color: rgb(26,99,86); }

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

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

 a { background-color: rgb(26,99,86); }

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

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

 span { border-color: rgb(26,99,86); }

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