#266B61

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

Shades of Eden #266B61

Tints of Eden #266B61

Color information

#266B61 (or 0x266B61) is unknown color: approx Eden. HEX triplet: 26, 6B and 61. RGB value is (38,107,97). Sum of RGB (Red+Green+Blue) = 38+107+97=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #266B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B61 is #D9949E. Grayscale: #555555. Windows color (decimal): -14259359 or 6384422. OLE color: 6384422.

HSL color Cylindrical-coordinate representation of color #266B61: hue angle of 171.3º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266B61 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB3810797-
CMYK0.6400.090.58
HSL171.3º47.59%28.43%-
HSV(B)171.3º64.49%41.96%-
XYZ8.2111.7913.15-
YUV85.23134.6494.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=15.70%
G=44.21%
B=40.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38107970.6400.090.58171.347.5928.43
Hex266B6140093Aab301c
Octal46153141100011722536034
Binary100110110101111000011000000010011110101010101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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