#1B6A52

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

Shades of Evening Sea #1B6A52

Tints of Evening Sea #1B6A52

Color information

#1B6A52 (or 0x1B6A52) is unknown color: approx Evening Sea. HEX triplet: 1B, 6A and 52. RGB value is (27,106,82). Sum of RGB (Red+Green+Blue) = 27+106+82=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6A52 is #E495AD. Grayscale: #4F4F4F. Windows color (decimal): -14980526 or 5401115. OLE color: 5401115.

HSL color Cylindrical-coordinate representation of color #1B6A52: hue angle of 161.77º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6A52 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB2710682-
CMYK0.7500.230.58
HSL161.77º59.4%26.08%-
HSV(B)161.77º74.53%41.57%-
XYZ7.1311.159.76-
YUV79.64129.3390.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.56%
GREEN value IS 106 (41.80% from 255) = 49.30%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=12.56%
G=49.30%
B=38.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27106820.7500.230.58161.7759.426.08
Hex1B6A524B0173Aa23b1a
Octal33152122113027722427332
Binary110111101010101001010010110101111110101010001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,106,82); }

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

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

 a { background-color: rgb(27,106,82); }

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

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

 span { border-color: rgb(27,106,82); }

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