#1C845C

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

Shades of Deep Sea #1C845C

Tints of Deep Sea #1C845C

Color information

#1C845C (or 0x1C845C) is unknown color: approx Deep Sea. HEX triplet: 1C, 84 and 5C. RGB value is (28,132,92). Sum of RGB (Red+Green+Blue) = 28+132+92=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #1C845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C845C is #E37BA3. Grayscale: #606060. Windows color (decimal): -14908324 or 6063132. OLE color: 6063132.

HSL color Cylindrical-coordinate representation of color #1C845C: hue angle of 156.92º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C845C is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB2813292-
CMYK0.7900.300.48
HSL156.92º65%31.37%-
HSV(B)156.92º78.79%51.76%-
XYZ10.6617.5212.95-
YUV96.34125.5479.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=11.11%
G=52.38%
B=36.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28132920.7900.300.48156.926531.37
Hex1C845C4F01E309d411f
Octal342041341170366023510137
Binary11100100001001011100100111101111011000010011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,132,92); }

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

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

 a { background-color: rgb(28,132,92); }

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

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

 span { border-color: rgb(28,132,92); }

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