Html Css Color HEX #1D736B Elm

📋 copy color: '#1D736B'

red 29 ◦ green 115 ◦ blue 107

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

Shades of Elm #1D736B

Tints of Elm #1D736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 11.55%
G = 45.82%
B = 42.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#1D736B (or 0x1D736B) is known color: Elm. HEX triplet: 1D, 73 and 6B. RGB value is (29,115,107). Sum of RGB (Red+Green+Blue) = 29+115+107=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #1D736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D736B is #E28C94. Grayscale: #585858. Windows color (decimal): -14847125 or 7041821. OLE color: 7041821.

HSL color Cylindrical-coordinate representation of color #1D736B: hue angle of 174.42º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D736B is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 115 107 -
CMYK 0.75 0 0.07 0.55
HSL 174.42º 0.6% 0.28% -
HSV(B) 174.42º 0.75% 0.45% -
XYZ 9.29 13.58 16.04 -
YUV 88.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 29 115 107 0.75 0 0.07 0.55 174.42 0.6 0.28
Hex 1D 73 6B 4B 0 7 37 AE 3C 1C
Octal 35 163 153 113 0 7 67 256 74 34
Binary 11101 1110011 1101011 1001011 0 111 110111 10101110 111100 11100

Color Harmonies of #1D736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D736B

Black with #1D736B

Text Example


Text Example

White with #1D736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,107); }

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

background-color css

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

 a { background-color: rgb(29,115,107); }

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

border-color css

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

 span { border-color: rgb(29,115,107); }

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