#275449

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

Shades of Evening Sea #275449

Tints of Evening Sea #275449

Color information

#275449 (or 0x275449) is unknown color: approx Evening Sea. HEX triplet: 27, 54 and 49. RGB value is (39,84,73). Sum of RGB (Red+Green+Blue) = 39+84+73=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #275449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275449 is #D8ABB6. Grayscale: #454545. Windows color (decimal): -14199735 or 4805671. OLE color: 4805671.

HSL color Cylindrical-coordinate representation of color #275449: hue angle of 165.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275449 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB398473-
CMYK0.5400.130.67
HSL165.33º36.59%24.12%-
HSV(B)165.33º53.57%32.94%-
XYZ5.217.257.43-
YUV69.29130.09106.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=19.90%
G=42.86%
B=37.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3984730.5400.130.67165.3336.5924.12
Hex275449360D43a52518
Octal47124111660151032454530
Binary100111101010010010011101100110110000111010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275449; }

 p { color: rgb(39,84,73); }

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

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

 a { background-color: rgb(39,84,73); }

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

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

 span { border-color: rgb(39,84,73); }

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