#1B5948

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

Shades of Evening Sea #1B5948

Tints of Evening Sea #1B5948

Color information

#1B5948 (or 0x1B5948) is unknown color: approx Evening Sea. HEX triplet: 1B, 59 and 48. RGB value is (27,89,72). Sum of RGB (Red+Green+Blue) = 27+89+72=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #1B5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5948 is #E4A6B7. Grayscale: #444444. Windows color (decimal): -14984888 or 4741403. OLE color: 4741403.

HSL color Cylindrical-coordinate representation of color #1B5948: hue angle of 163.55º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5948 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB278972-
CMYK0.7000.190.65
HSL163.55º53.45%22.75%-
HSV(B)163.55º69.66%34.9%-
XYZ5.197.857.37-
YUV68.52129.9698.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.36%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=14.36%
G=47.34%
B=38.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2789720.7000.190.65163.5553.4522.75
Hex1B59484601341a43517
Octal331311101060231012446527
Binary1101110110011001000100011001001110000011010010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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