#26745A

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

Shades of Eden #26745A

Tints of Eden #26745A

Color information

#26745A (or 0x26745A) is unknown color: approx Eden. HEX triplet: 26, 74 and 5A. RGB value is (38,116,90). Sum of RGB (Red+Green+Blue) = 38+116+90=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #26745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26745A is #D98BA5. Grayscale: #595959. Windows color (decimal): -14257062 or 5927974. OLE color: 5927974.

HSL color Cylindrical-coordinate representation of color #26745A: hue angle of 160º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26745A is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB3811690-
CMYK0.6700.220.55
HSL160º50.65%30.2%-
HSV(B)160º67.24%45.49%-
XYZ8.8913.6411.84-
YUV89.71128.1691.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=15.57%
G=47.54%
B=36.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38116900.6700.220.5516050.6530.2
Hex26745A4301637a0331e
Octal46164132103026672406336
Binary1001101110100101101010000110101101101111010000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26745A; }

 p { color: rgb(38,116,90); }

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

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

 a { background-color: rgb(38,116,90); }

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

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

 span { border-color: rgb(38,116,90); }

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