#1c835d

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

Shades of Deep Sea #1C835D

Tints of Deep Sea #1C835D

Color information

#1C835D (or 0x1C835D) is unknown color: approx Deep Sea. HEX triplet: 1C, 83 and 5D. RGB value is (28,131,93). Sum of RGB (Red+Green+Blue) = 28+131+93=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #1C835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C835D is #E37CA2. Grayscale: #5F5F5F. Windows color (decimal): -14908579 or 6128412. OLE color: 6128412.

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

Color convert

RGB2813193-
CMYK0.7900.290.49
HSL157.86º64.78%31.18%-
HSV(B)157.86º78.63%51.37%-
XYZ10.5717.2713.13-
YUV95.87126.3879.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=11.11%
G=51.98%
B=36.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28131930.7900.290.49157.8664.7831.18
Hex1C835D4F01D319e411f
Octal342031351170356123610137
Binary11100100000111011101100111101110111000110011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c835d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,131,93); }

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

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

 a { background-color: rgb(28,131,93); }

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

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

 span { border-color: rgb(28,131,93); }

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