#266D4F

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

Shades of Evening Sea #266D4F

Tints of Evening Sea #266D4F

Color information

#266D4F (or 0x266D4F) is unknown color: approx Evening Sea. HEX triplet: 26, 6D and 4F. RGB value is (38,109,79). Sum of RGB (Red+Green+Blue) = 38+109+79=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #266D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D4F is #D992B0. Grayscale: #545454. Windows color (decimal): -14258865 or 5205286. OLE color: 5205286.

HSL color Cylindrical-coordinate representation of color #266D4F: hue angle of 154.65º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D4F is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB3810979-
CMYK0.6500.280.57
HSL154.65º48.3%28.82%-
HSV(B)154.65º65.14%42.75%-
XYZ7.6811.919.29-
YUV84.35124.9894.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 109 (42.97% from 255) = 48.23%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=16.81%
G=48.23%
B=34.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38109790.6500.280.57154.6548.328.82
Hex266D4F4101C399b301d
Octal46155117101034712336035
Binary1001101101101100111110000010111001110011001101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266D4F; }

 p { color: rgb(38,109,79); }

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

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

 a { background-color: rgb(38,109,79); }

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

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

 span { border-color: rgb(38,109,79); }

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