#26634A

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

Shades of Evening Sea #26634A

Tints of Evening Sea #26634A

Color information

#26634A (or 0x26634A) is unknown color: approx Evening Sea. HEX triplet: 26, 63 and 4A. RGB value is (38,99,74). Sum of RGB (Red+Green+Blue) = 38+99+74=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #26634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26634A is #D99CB5. Grayscale: #4D4D4D. Windows color (decimal): -14261430 or 4875046. OLE color: 4875046.

HSL color Cylindrical-coordinate representation of color #26634A: hue angle of 155.41º 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 #26634A is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB389974-
CMYK0.6200.250.61
HSL155.41º44.53%26.86%-
HSV(B)155.41º61.62%38.82%-
XYZ6.59.838.03-
YUV77.91125.7999.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=18.01%
G=46.92%
B=35.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899740.6200.250.61155.4144.5326.86
Hex26634A3E0193D9b2d1b
Octal4614311276031752335533
Binary100110110001110010101111100110011111011001101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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