Html Css Color HEX #1D5B4A Evening Sea

📋 copy color: '#1D5B4A'

red 29 ◦ green 91 ◦ blue 74

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

Shades of Evening Sea #1D5B4A

Tints of Evening Sea #1D5B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 46.91%

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 14.95%
G = 46.91%
B = 38.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#1D5B4A (or 0x1D5B4A) is known color: Evening Sea. HEX triplet: 1D, 5B and 4A. RGB value is (29,91,74). Sum of RGB (Red+Green+Blue) = 29+91+74=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #1D5B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5B4A is #E2A4B5. Grayscale: #464646. Windows color (decimal): -14853302 or 4872989. OLE color: 4872989.

HSL color Cylindrical-coordinate representation of color #1D5B4A: hue angle of 163.55º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5B4A is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 91 74 -
CMYK 0.68 0 0.19 0.64
HSL 163.55º 0.52% 0.24% -
HSV(B) 163.55º 0.68% 0.36% -
XYZ 5.48 8.24 7.78 -
YUV 70.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 29 91 74 0.68 0 0.19 0.64 163.55 0.52 0.24
Hex 1D 5B 4A 44 0 13 40 A4 34 18
Octal 35 133 112 104 0 23 100 244 64 30
Binary 11101 1011011 1001010 1000100 0 10011 1000000 10100100 110100 11000

Color Harmonies of #1D5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5B4A

Black with #1D5B4A

Text Example


Text Example

White with #1D5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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