#275349

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

Shades of Evening Sea #275349

Tints of Evening Sea #275349

Color information

#275349 (or 0x275349) is unknown color: approx Evening Sea. HEX triplet: 27, 53 and 49. RGB value is (39,83,73). Sum of RGB (Red+Green+Blue) = 39+83+73=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #275349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275349 is #D8ACB6. Grayscale: #444444. Windows color (decimal): -14199991 or 4805415. OLE color: 4805415.

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

Color convert

RGB398373-
CMYK0.5300.120.67
HSL166.36º36.07%23.92%-
HSV(B)166.36º53.01%32.55%-
XYZ5.137.17.4-
YUV68.7130.42106.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=20%
G=42.56%
B=37.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983730.5300.120.67166.3636.0723.92
Hex275349350C43a62418
Octal47123111650141032464430
Binary100111101001110010011101010110010000111010011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275349; }

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

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

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

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

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

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

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

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