Html Css Color HEX #1D534B Evening Sea

📋 copy color: '#1D534B'

red 29 ◦ green 83 ◦ blue 75

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

Shades of Evening Sea #1D534B

Tints of Evening Sea #1D534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 15.51%
G = 44.39%
B = 40.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#1D534B (or 0x1D534B) is known color: Evening Sea. HEX triplet: 1D, 53 and 4B. RGB value is (29,83,75). Sum of RGB (Red+Green+Blue) = 29+83+75=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #1D534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D534B is #E2ACB4. Grayscale: #414141. Windows color (decimal): -14855349 or 4936477. OLE color: 4936477.

HSL color Cylindrical-coordinate representation of color #1D534B: hue angle of 171.11º 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 #1D534B is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 83 75 -
CMYK 0.65 0 0.10 0.67
HSL 171.11º 0.48% 0.22% -
HSV(B) 171.11º 0.65% 0.33% -
XYZ 4.87 6.96 7.74 -
YUV 65.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 29 83 75 0.65 0 0.10 0.67 171.11 0.48 0.22
Hex 1D 53 4B 41 0 A 43 AB 30 16
Octal 35 123 113 101 0 12 103 253 60 26
Binary 11101 1010011 1001011 1000001 0 1010 1000011 10101011 110000 10110

Color Harmonies of #1D534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D534B

Black with #1D534B

Text Example


Text Example

White with #1D534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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