Html Css Color HEX #1A736F Elm

📋 copy color: '#1A736F'

red 26 ◦ green 115 ◦ blue 111

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

Shades of Elm #1A736F

Tints of Elm #1A736F

RGB

 RED value IS 26 (10.55% from 255) = 10.32%

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

 BLUE value IS 111 (43.75% from 255) = 44.05%

R = 10.32%
G = 45.63%
B = 44.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#1A736F (or 0x1A736F) is known color: Elm. HEX triplet: 1A, 73 and 6F. RGB value is (26,115,111). Sum of RGB (Red+Green+Blue) = 26+115+111=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #1A736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A736F is #E58C90. Grayscale: #575757. Windows color (decimal): -15043729 or 7303962. OLE color: 7303962.

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

Color convert

RGB 26 115 111 -
CMYK 0.77 0 0.03 0.55
HSL 177.3º 0.63% 0.28% -
HSV(B) 177.3º 0.77% 0.45% -
XYZ 9.43 13.63 17.17 -
YUV 87.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 26 115 111 0.77 0 0.03 0.55 177.3 0.63 0.28
Hex 1A 73 6F 4D 0 3 37 B1 3F 1C
Octal 32 163 157 115 0 3 67 261 77 34
Binary 11010 1110011 1101111 1001101 0 11 110111 10110001 111111 11100

Color Harmonies of #1A736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A736F

Black with #1A736F

Text Example


Text Example

White with #1A736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,115,111); }

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

background-color css

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

 a { background-color: rgb(26,115,111); }

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

border-color css

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

 span { border-color: rgb(26,115,111); }

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