#276016

Color #276016 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #276016

Tints of Myrtle #276016

Color information

#276016 (or 0x276016) is unknown color: approx Myrtle. HEX triplet: 27, 60 and 16. RGB value is (39,96,22). Sum of RGB (Red+Green+Blue) = 39+96+22=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #276016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276016 is #D89FE9. Grayscale: #464646. Windows color (decimal): -14196714 or 1466407. OLE color: 1466407.

HSL color Cylindrical-coordinate representation of color #276016: hue angle of 106.22º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #276016 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB399622-
CMYK0.5900.770.62
HSL106.22º62.71%23.14%-
HSV(B)106.22º77.08%37.65%-
XYZ5.168.862.2-
YUV70.52100.62105.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=24.84%
G=61.15%
B=14.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996220.5900.770.62106.2262.7123.14
Hex2760163B04D3E6a3f17
Octal4714026730115761527727
Binary10011111000001011011101101001101111110110101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276016; }

 p { color: rgb(39,96,22); }

 H1.HeaderClassName
 {
   color: #276016;
 }
 .AnyTagClassName
 {
   color: #276016;
 }
</style>
background-color css

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

 a { background-color: rgb(39,96,22); }

 div.DivClassName
 {
   background-color: #276016;
 }
 .BgClassName
 {
   background-color: #276016;
 }
</style>
border-color css

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

 span { border-color: rgb(39,96,22); }

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