#26725B

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

Shades of Eden #26725B

Tints of Eden #26725B

Color information

#26725B (or 0x26725B) is unknown color: approx Eden. HEX triplet: 26, 72 and 5B. RGB value is (38,114,91). Sum of RGB (Red+Green+Blue) = 38+114+91=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #26725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26725B is #D98DA4. Grayscale: #585858. Windows color (decimal): -14257573 or 5992998. OLE color: 5992998.

HSL color Cylindrical-coordinate representation of color #26725B: hue angle of 161.84º degrees, saturation: 0.5, 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 #26725B is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB3811491-
CMYK0.6700.200.55
HSL161.84º50%29.8%-
HSV(B)161.84º66.67%44.71%-
XYZ8.713.211.99-
YUV88.65129.3291.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=15.64%
G=46.91%
B=37.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38114910.6700.200.55161.845029.8
Hex26725B4301437a2321e
Octal46162133103024672426236
Binary1001101110010101101110000110101001101111010001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26725B; }

 p { color: rgb(38,114,91); }

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

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

 a { background-color: rgb(38,114,91); }

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

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

 span { border-color: rgb(38,114,91); }

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