Html Css Color HEX #1D534A Evening Sea

📋 copy color: '#1D534A'

red 29 ◦ green 83 ◦ blue 74

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

Shades of Evening Sea #1D534A

Tints of Evening Sea #1D534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

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

R = 15.59%
G = 44.62%
B = 39.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#1D534A (or 0x1D534A) is known color: Evening Sea. HEX triplet: 1D, 53 and 4A. RGB value is (29,83,74). Sum of RGB (Red+Green+Blue) = 29+83+74=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #1D534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D534A is #E2ACB5. Grayscale: #414141. Windows color (decimal): -14855350 or 4870941. OLE color: 4870941.

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

Color convert

RGB 29 83 74 -
CMYK 0.65 0 0.11 0.67
HSL 170º 0.48% 0.22% -
HSV(B) 170º 0.65% 0.33% -
XYZ 4.84 6.94 7.56 -
YUV 65.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 29 83 74 0.65 0 0.11 0.67 170 0.48 0.22
Hex 1D 53 4A 41 0 B 43 AA 30 16
Octal 35 123 112 101 0 13 103 252 60 26
Binary 11101 1010011 1001010 1000001 0 1011 1000011 10101010 110000 10110

Color Harmonies of #1D534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D534A

Black with #1D534A

Text Example


Text Example

White with #1D534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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