#26725C

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

Shades of Eden #26725C

Tints of Eden #26725C

Color information

#26725C (or 0x26725C) is unknown color: approx Eden. HEX triplet: 26, 72 and 5C. RGB value is (38,114,92). Sum of RGB (Red+Green+Blue) = 38+114+92=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #26725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26725C is #D98DA3. Grayscale: #585858. Windows color (decimal): -14257572 or 6058534. OLE color: 6058534.

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

Color convert

RGB3811492-
CMYK0.6700.190.55
HSL162.63º50%29.8%-
HSV(B)162.63º66.67%44.71%-
XYZ8.7513.2212.22-
YUV88.77129.8291.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=15.57%
G=46.72%
B=37.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38114920.6700.190.55162.635029.8
Hex26725C4301337a3321e
Octal46162134103023672436236
Binary1001101110010101110010000110100111101111010001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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