#1C7358

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

Shades of Deep Sea #1C7358

Tints of Deep Sea #1C7358

Color information

#1C7358 (or 0x1C7358) is unknown color: approx Deep Sea. HEX triplet: 1C, 73 and 58. RGB value is (28,115,88). Sum of RGB (Red+Green+Blue) = 28+115+88=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7358 is #E38CA7. Grayscale: #555555. Windows color (decimal): -14912680 or 5796636. OLE color: 5796636.

HSL color Cylindrical-coordinate representation of color #1C7358: hue angle of 161.38º 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 #1C7358 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB2811588-
CMYK0.7600.230.55
HSL161.38º60.84%28.04%-
HSV(B)161.38º75.65%45.1%-
XYZ8.3713.2111.34-
YUV85.91129.1886.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.12%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=12.12%
G=49.78%
B=38.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28115880.7600.230.55161.3860.8428.04
Hex1C73584C01737a13d1c
Octal34163130114027672417534
Binary111001110011101100010011000101111101111010000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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