Html Css Color HEX #1A8477 Elm

📋 copy color: '#1A8477'

red 26 ◦ green 132 ◦ blue 119

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

Shades of Elm #1A8477

Tints of Elm #1A8477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.65%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 9.39%
G = 47.65%
B = 42.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#1A8477 (or 0x1A8477) is known color: Elm. HEX triplet: 1A, 84 and 77. RGB value is (26,132,119). Sum of RGB (Red+Green+Blue) = 26+132+119=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8477 is #E57B88. Grayscale: #626262. Windows color (decimal): -15039369 or 7832602. OLE color: 7832602.

HSL color Cylindrical-coordinate representation of color #1A8477: hue angle of 172.64º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8477 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 132 119 -
CMYK 0.80 0 0.10 0.48
HSL 172.64º 0.67% 0.31% -
HSV(B) 172.64º 0.8% 0.52% -
XYZ 12.01 18.05 20.3 -
YUV 98.82 139.38 76.06 -
System Red Green Blue C M Y K H S L
Decimal 26 132 119 0.80 0 0.10 0.48 172.64 0.67 0.31
Hex 1A 84 77 50 0 A 30 AD 43 1F
Octal 32 204 167 120 0 12 60 255 103 37
Binary 11010 10000100 1110111 1010000 0 1010 110000 10101101 1000011 11111

Color Harmonies of #1A8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8477

Black with #1A8477

Text Example


Text Example

White with #1A8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,132,119); }

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

background-color css

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

 a { background-color: rgb(26,132,119); }

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

border-color css

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

 span { border-color: rgb(26,132,119); }

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