#266D5E

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

Shades of Eden #266D5E

Tints of Eden #266D5E

Color information

#266D5E (or 0x266D5E) is unknown color: approx Eden. HEX triplet: 26, 6D and 5E. RGB value is (38,109,94). Sum of RGB (Red+Green+Blue) = 38+109+94=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #266D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D5E is #D992A1. Grayscale: #565656. Windows color (decimal): -14258850 or 6188326. OLE color: 6188326.

HSL color Cylindrical-coordinate representation of color #266D5E: hue angle of 167.32º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D5E is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB3810994-
CMYK0.6500.140.57
HSL167.32º48.3%28.82%-
HSV(B)167.32º65.14%42.75%-
XYZ8.2912.1612.5-
YUV86.06132.4893.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=15.77%
G=45.23%
B=39.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38109940.6500.140.57167.3248.328.82
Hex266D5E410E39a7301d
Octal46155136101016712476035
Binary100110110110110111101000001011101110011010011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266D5E; }

 p { color: rgb(38,109,94); }

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

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

 a { background-color: rgb(38,109,94); }

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

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

 span { border-color: rgb(38,109,94); }

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