#276112

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

Shades of Myrtle #276112

Tints of Myrtle #276112

Color information

#276112 (or 0x276112) is unknown color: approx Myrtle. HEX triplet: 27, 61 and 12. RGB value is (39,97,18). Sum of RGB (Red+Green+Blue) = 39+97+18=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 97 (38.28% from 255 or 62.99% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 97 - color contains mainly: green. Hex color #276112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276112 is #D89EED. Grayscale: #464646. Windows color (decimal): -14196462 or 1204519. OLE color: 1204519.

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

Color convert

RGB399718-
CMYK0.6000.810.62
HSL104.05º68.7%22.55%-
HSV(B)104.05º81.44%38.04%-
XYZ5.229.022.04-
YUV70.6598.28105.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 97 (38.28% from 255) = 62.99%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=25.32%
G=62.99%
B=11.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3997180.6000.810.62104.0568.722.55
Hex2761123C0513E684517
Octal47141227401217615010527
Binary100111110000110010111100010100011111101101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276112; }

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

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

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

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

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

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

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

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