#276113

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

Shades of Myrtle #276113

Tints of Myrtle #276113

Color information

#276113 (or 0x276113) is unknown color: approx Myrtle. HEX triplet: 27, 61 and 13. RGB value is (39,97,19). Sum of RGB (Red+Green+Blue) = 39+97+19=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #276113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276113 is #D89EEC. Grayscale: #474747. Windows color (decimal): -14196461 or 1270055. OLE color: 1270055.

HSL color Cylindrical-coordinate representation of color #276113: hue angle of 104.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #276113 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB399719-
CMYK0.6000.800.62
HSL104.62º67.24%22.75%-
HSV(B)104.62º80.41%38.04%-
XYZ5.239.032.08-
YUV70.7798.78105.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=25.16%
G=62.58%
B=12.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3997190.6000.800.62104.6267.2422.75
Hex2761133C0503E694317
Octal47141237401207615110327
Binary100111110000110011111100010100001111101101001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276113; }

 p { color: rgb(39,97,19); }

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

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

 a { background-color: rgb(39,97,19); }

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

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

 span { border-color: rgb(39,97,19); }

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