#26614A

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

Shades of Evening Sea #26614A

Tints of Evening Sea #26614A

Color information

#26614A (or 0x26614A) is unknown color: approx Evening Sea. HEX triplet: 26, 61 and 4A. RGB value is (38,97,74). Sum of RGB (Red+Green+Blue) = 38+97+74=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #26614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26614A is #D99EB5. Grayscale: #4C4C4C. Windows color (decimal): -14261942 or 4874534. OLE color: 4874534.

HSL color Cylindrical-coordinate representation of color #26614A: hue angle of 156.61º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26614A is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB389774-
CMYK0.6100.240.62
HSL156.61º43.7%26.47%-
HSV(B)156.61º60.82%38.04%-
XYZ6.319.467.97-
YUV76.74126.45100.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=18.18%
G=46.41%
B=35.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897740.6100.240.62156.6143.726.47
Hex26614A3D0183E9d2c1a
Octal4614111275030762355432
Binary100110110000110010101111010110001111101001110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26614A; }

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

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

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

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

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

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

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

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