Html Css Color HEX #266049 Evening Sea

📋 copy color: '#266049'

red 38 ◦ green 96 ◦ blue 73

#266049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #266049

Tints of Evening Sea #266049

RGB

 RED value IS 38 (15.23% from 255) = 18.36%

 GREEN value IS 96 (37.89% from 255) = 46.38%

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 18.36%
G = 46.38%
B = 35.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#266049 (or 0x266049) is known color: Evening Sea. HEX triplet: 26, 60 and 49. RGB value is (38,96,73). Sum of RGB (Red+Green+Blue) = 38+96+73=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #266049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266049 is #D99FB6. Grayscale: #4C4C4C. Windows color (decimal): -14262199 or 4808742. OLE color: 4808742.

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

Color convert

RGB 38 96 73 -
CMYK 0.60 0 0.24 0.62
HSL 156.21º 0.43% 0.26% -
HSV(B) 156.21º 0.6% 0.38% -
XYZ 6.18 9.26 7.76 -
YUV 76.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 38 96 73 0.60 0 0.24 0.62 156.21 0.43 0.26
Hex 26 60 49 3C 0 18 3E 9C 2B 1A
Octal 46 140 111 74 0 30 76 234 53 32
Binary 100110 1100000 1001001 111100 0 11000 111110 10011100 101011 11010

Color Harmonies of #266049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266049

Black with #266049

Text Example


Text Example

White with #266049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266049; }

 p { color: rgb(38,96,73); }

 H1.HeaderClassName
 {
   color: #266049;
 }
 .AnyTagClassName
 {
   color: #266049;
 }
</style>

background-color css

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

 a { background-color: rgb(38,96,73); }

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

border-color css

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

 span { border-color: rgb(38,96,73); }

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