#266961

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

Shades of Eden #266961

Tints of Eden #266961

Color information

#266961 (or 0x266961) is unknown color: approx Eden. HEX triplet: 26, 69 and 61. RGB value is (38,105,97). Sum of RGB (Red+Green+Blue) = 38+105+97=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #266961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266961 is #D9969E. Grayscale: #545454. Windows color (decimal): -14259871 or 6383910. OLE color: 6383910.

HSL color Cylindrical-coordinate representation of color #266961: hue angle of 172.84º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266961 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB3810597-
CMYK0.6400.080.59
HSL172.84º46.85%28.04%-
HSV(B)172.84º63.81%41.18%-
XYZ8.0111.3813.08-
YUV84.06135.395.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=15.83%
G=43.75%
B=40.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105970.6400.080.59172.8446.8528.04
Hex26696140083Bad2f1c
Octal46151141100010732555734
Binary100110110100111000011000000010001110111010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266961; }

 p { color: rgb(38,105,97); }

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

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

 a { background-color: rgb(38,105,97); }

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

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

 span { border-color: rgb(38,105,97); }

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