#1B5548

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

Shades of Evening Sea #1B5548

Tints of Evening Sea #1B5548

Color information

#1B5548 (or 0x1B5548) is unknown color: approx Evening Sea. HEX triplet: 1B, 55 and 48. RGB value is (27,85,72). Sum of RGB (Red+Green+Blue) = 27+85+72=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5548 is #E4AAB7. Grayscale: #424242. Windows color (decimal): -14985912 or 4740379. OLE color: 4740379.

HSL color Cylindrical-coordinate representation of color #1B5548: hue angle of 166.55º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5548 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB278572-
CMYK0.6800.150.67
HSL166.55º51.79%21.96%-
HSV(B)166.55º68.24%33.33%-
XYZ4.877.27.26-
YUV66.18131.28100.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.67%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=14.67%
G=46.20%
B=39.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785720.6800.150.67166.5551.7921.96
Hex1B5548440F43a73416
Octal331251101040171032476426
Binary110111010101100100010001000111110000111010011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B5548; }

 p { color: rgb(27,85,72); }

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

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

 a { background-color: rgb(27,85,72); }

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

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

 span { border-color: rgb(27,85,72); }

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