#276650

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

Shades of Evening Sea #276650

Tints of Evening Sea #276650

Color information

#276650 (or 0x276650) is unknown color: approx Evening Sea. HEX triplet: 27, 66 and 50. RGB value is (39,102,80). Sum of RGB (Red+Green+Blue) = 39+102+80=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #276650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276650 is #D899AF. Grayscale: #505050. Windows color (decimal): -14195120 or 5269031. OLE color: 5269031.

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

Color convert

RGB3910280-
CMYK0.6200.220.6
HSL159.05º44.68%27.65%-
HSV(B)159.05º61.76%40%-
XYZ7.0410.519.25-
YUV80.66127.6398.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=17.65%
G=46.15%
B=36.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102800.6200.220.6159.0544.6827.65
Hex2766503E0163C9f2d1c
Octal4714612076026742375534
Binary100111110011010100001111100101101111001001111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276650; }

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

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

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

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

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

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

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

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