#1D644E

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

Shades of Evening Sea #1D644E

Tints of Evening Sea #1D644E

Color information

#1D644E (or 0x1D644E) is unknown color: approx Evening Sea. HEX triplet: 1D, 64 and 4E. RGB value is (29,100,78). Sum of RGB (Red+Green+Blue) = 29+100+78=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #1D644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D644E is #E29BB1. Grayscale: #4C4C4C. Windows color (decimal): -14850994 or 5137437. OLE color: 5137437.

HSL color Cylindrical-coordinate representation of color #1D644E: hue angle of 161.41º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D644E is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB2910078-
CMYK0.7100.220.61
HSL161.41º55.04%25.29%-
HSV(B)161.41º71%39.22%-
XYZ6.449.938.78-
YUV76.26128.9894.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 100 (39.45% from 255) = 48.31%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=14.01%
G=48.31%
B=37.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal29100780.7100.220.61161.4155.0425.29
Hex1D644E470163Da13719
Octal35144116107026752416731
Binary111011100100100111010001110101101111011010000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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