#266350

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

Shades of Evening Sea #266350

Tints of Evening Sea #266350

Color information

#266350 (or 0x266350) is unknown color: approx Evening Sea. HEX triplet: 26, 63 and 50. RGB value is (38,99,80). Sum of RGB (Red+Green+Blue) = 38+99+80=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #266350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266350 is #D99CAF. Grayscale: #4E4E4E. Windows color (decimal): -14261424 or 5268262. OLE color: 5268262.

HSL color Cylindrical-coordinate representation of color #266350: hue angle of 161.31º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266350 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB389980-
CMYK0.6200.190.61
HSL161.31º44.53%26.86%-
HSV(B)161.31º61.62%38.82%-
XYZ6.719.919.15-
YUV78.6128.7999.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=17.51%
G=45.62%
B=36.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899800.6200.190.61161.3144.5326.86
Hex2663503E0133Da12d1b
Octal4614312076023752415533
Binary100110110001110100001111100100111111011010000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266350; }

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

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

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

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

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

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

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

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