#1D7D64

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

Shades of Deep Sea #1D7D64

Tints of Deep Sea #1D7D64

Color information

#1D7D64 (or 0x1D7D64) is unknown color: approx Deep Sea. HEX triplet: 1D, 7D and 64. RGB value is (29,125,100). Sum of RGB (Red+Green+Blue) = 29+125+100=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D64 is #E2829B. Grayscale: #5D5D5D. Windows color (decimal): -14844572 or 6585629. OLE color: 6585629.

HSL color Cylindrical-coordinate representation of color #1D7D64: hue angle of 164.38º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D64 is Cyan = 0.77, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB29125100-
CMYK0.7700.20.51
HSL164.38º62.34%30.2%-
HSV(B)164.38º76.8%49.02%-
XYZ10.1415.8514.58-
YUV93.45131.782.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.42%
GREEN value IS 125 (49.22% from 255) = 49.21%
BLUE value IS 100 (39.45% from 255) = 39.37%
R=11.42%
G=49.21%
B=39.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291251000.7700.20.51164.3862.3430.2
Hex1D7D644D01433a43e1e
Octal35175144115024632447636
Binary111011111101110010010011010101001100111010010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,125,100); }

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

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

 a { background-color: rgb(29,125,100); }

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

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

 span { border-color: rgb(29,125,100); }

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