Html Css Color HEX #1D644D Evening Sea

📋 copy color: '#1D644D'

red 29 ◦ green 100 ◦ blue 77

#1D644D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #1D644D

Tints of Evening Sea #1D644D

RGB

 RED value IS 29 (11.72% from 255) = 14.08%

 GREEN value IS 100 (39.45% from 255) = 48.54%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 14.08%
G = 48.54%
B = 37.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#1D644D (or 0x1D644D) is known color: Evening Sea. HEX triplet: 1D, 64 and 4D. RGB value is (29,100,77). Sum of RGB (Red+Green+Blue) = 29+100+77=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #1D644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D644D is #E29BB2. Grayscale: #4C4C4C. Windows color (decimal): -14850995 or 5071901. OLE color: 5071901.

HSL color Cylindrical-coordinate representation of color #1D644D: hue angle of 160.56º 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 #1D644D is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 100 77 -
CMYK 0.71 0 0.23 0.61
HSL 160.56º 0.55% 0.25% -
HSV(B) 160.56º 0.71% 0.39% -
XYZ 6.4 9.91 8.6 -
YUV 76.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 29 100 77 0.71 0 0.23 0.61 160.56 0.55 0.25
Hex 1D 64 4D 47 0 17 3D A1 37 19
Octal 35 144 115 107 0 27 75 241 67 31
Binary 11101 1100100 1001101 1000111 0 10111 111101 10100001 110111 11001

Color Harmonies of #1D644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D644D

Black with #1D644D

Text Example


Text Example

White with #1D644D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D644D;
 }
 .AnyTagClassName
 {
   color: #1D644D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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