Html Css Color HEX #1D554A Evening Sea

📋 copy color: '#1D554A'

red 29 ◦ green 85 ◦ blue 74

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

Shades of Evening Sea #1D554A

Tints of Evening Sea #1D554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.21%

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

R = 15.43%
G = 45.21%
B = 39.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#1D554A (or 0x1D554A) is known color: Evening Sea. HEX triplet: 1D, 55 and 4A. RGB value is (29,85,74). Sum of RGB (Red+Green+Blue) = 29+85+74=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #1D554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D554A is #E2AAB5. Grayscale: #424242. Windows color (decimal): -14854838 or 4871453. OLE color: 4871453.

HSL color Cylindrical-coordinate representation of color #1D554A: hue angle of 168.21º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D554A is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 85 74 -
CMYK 0.66 0 0.13 0.67
HSL 168.21º 0.49% 0.22% -
HSV(B) 168.21º 0.66% 0.33% -
XYZ 4.99 7.25 7.62 -
YUV 67 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 29 85 74 0.66 0 0.13 0.67 168.21 0.49 0.22
Hex 1D 55 4A 42 0 D 43 A8 31 16
Octal 35 125 112 102 0 15 103 250 61 26
Binary 11101 1010101 1001010 1000010 0 1101 1000011 10101000 110001 10110

Color Harmonies of #1D554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D554A

Black with #1D554A

Text Example


Text Example

White with #1D554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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