#1D775B

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

Shades of Deep Sea #1D775B

Tints of Deep Sea #1D775B

Color information

#1D775B (or 0x1D775B) is unknown color: approx Deep Sea. HEX triplet: 1D, 77 and 5B. RGB value is (29,119,91). Sum of RGB (Red+Green+Blue) = 29+119+91=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #1D775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D775B is #E288A4. Grayscale: #585858. Windows color (decimal): -14846117 or 5994269. OLE color: 5994269.

HSL color Cylindrical-coordinate representation of color #1D775B: hue angle of 161.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D775B is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB2911991-
CMYK0.7600.240.53
HSL161.33º60.81%29.02%-
HSV(B)161.33º75.63%46.67%-
XYZ8.9914.2112.17-
YUV88.9129.1885.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=12.13%
G=49.79%
B=38.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29119910.7600.240.53161.3360.8129.02
Hex1D775B4C01835a13d1d
Octal35167133114030652417535
Binary111011110111101101110011000110001101011010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,119,91); }

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

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

 a { background-color: rgb(29,119,91); }

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

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

 span { border-color: rgb(29,119,91); }

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