Html Css Color HEX #26716D Elm

📋 copy color: '#26716D'

red 38 ◦ green 113 ◦ blue 109

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

Shades of Elm #26716D

Tints of Elm #26716D

RGB

 RED value IS 38 (15.23% from 255) = 14.62%

 GREEN value IS 113 (44.53% from 255) = 43.46%

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 14.62%
G = 43.46%
B = 41.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#26716D (or 0x26716D) is known color: Elm. HEX triplet: 26, 71 and 6D. RGB value is (38,113,109). Sum of RGB (Red+Green+Blue) = 38+113+109=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #26716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26716D is #D98E92. Grayscale: #5A5A5A. Windows color (decimal): -14257811 or 7172390. OLE color: 7172390.

HSL color Cylindrical-coordinate representation of color #26716D: hue angle of 176.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26716D is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 113 109 -
CMYK 0.66 0 0.04 0.56
HSL 176.8º 0.5% 0.3% -
HSV(B) 176.8º 0.66% 0.44% -
XYZ 9.46 13.33 16.54 -
YUV 90.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 38 113 109 0.66 0 0.04 0.56 176.8 0.5 0.3
Hex 26 71 6D 42 0 4 38 B1 32 1E
Octal 46 161 155 102 0 4 70 261 62 36
Binary 100110 1110001 1101101 1000010 0 100 111000 10110001 110010 11110

Color Harmonies of #26716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26716D

Black with #26716D

Text Example


Text Example

White with #26716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26716D; }

 p { color: rgb(38,113,109); }

 H1.HeaderClassName
 {
   color: #26716D;
 }
 .AnyTagClassName
 {
   color: #26716D;
 }
</style>

background-color css

<style>
 a { background-color: #26716D; }

 a { background-color: rgb(38,113,109); }

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

border-color css

<style>
 span { border-color: #26716D; }

 span { border-color: rgb(38,113,109); }

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