#266650

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

Shades of Evening Sea #266650

Tints of Evening Sea #266650

Color information

#266650 (or 0x266650) is unknown color: approx Evening Sea. HEX triplet: 26, 66 and 50. RGB value is (38,102,80). Sum of RGB (Red+Green+Blue) = 38+102+80=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #266650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266650 is #D999AF. Grayscale: #505050. Windows color (decimal): -14260656 or 5269030. OLE color: 5269030.

HSL color Cylindrical-coordinate representation of color #266650: hue angle of 159.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266650 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB3810280-
CMYK0.6300.220.6
HSL159.38º45.71%27.45%-
HSV(B)159.38º62.75%40%-
XYZ710.499.25-
YUV80.36127.897.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=17.27%
G=46.36%
B=36.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102800.6300.220.6159.3845.7127.45
Hex2666503F0163C9f2e1b
Octal4614612077026742375633
Binary100110110011010100001111110101101111001001111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266650; }

 p { color: rgb(38,102,80); }

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

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

 a { background-color: rgb(38,102,80); }

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

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

 span { border-color: rgb(38,102,80); }

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