#1C7362

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

Shades of Deep Sea #1C7362

Tints of Deep Sea #1C7362

Color information

#1C7362 (or 0x1C7362) is unknown color: approx Deep Sea. HEX triplet: 1C, 73 and 62. RGB value is (28,115,98). Sum of RGB (Red+Green+Blue) = 28+115+98=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7362 is #E38C9D. Grayscale: #575757. Windows color (decimal): -14912670 or 6451996. OLE color: 6451996.

HSL color Cylindrical-coordinate representation of color #1C7362: hue angle of 168.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7362 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB2811598-
CMYK0.7600.150.55
HSL168.28º60.84%28.04%-
HSV(B)168.28º75.65%45.1%-
XYZ8.8113.3913.68-
YUV87.05134.1885.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=11.62%
G=47.72%
B=40.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28115980.7600.150.55168.2860.8428.04
Hex1C73624C0F37a83d1c
Octal34163142114017672507534
Binary11100111001111000101001100011111101111010100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,115,98); }

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

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

 a { background-color: rgb(28,115,98); }

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

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

 span { border-color: rgb(28,115,98); }

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