#276312

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

Shades of Myrtle #276312

Tints of Myrtle #276312

Color information

#276312 (or 0x276312) is unknown color: approx Myrtle. HEX triplet: 27, 63 and 12. RGB value is (39,99,18). Sum of RGB (Red+Green+Blue) = 39+99+18=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #276312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276312 is #D89CED. Grayscale: #484848. Windows color (decimal): -14195950 or 1205031. OLE color: 1205031.

HSL color Cylindrical-coordinate representation of color #276312: hue angle of 104.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276312 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB399918-
CMYK0.6100.820.61
HSL104.44º69.23%22.94%-
HSV(B)104.44º81.82%38.82%-
XYZ5.419.42.1-
YUV71.8397.62104.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 99 (39.06% from 255) = 63.46%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=25%
G=63.46%
B=11.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3999180.6100.820.61104.4469.2322.94
Hex2763123D0523D684517
Octal47143227501227515010527
Binary100111110001110010111101010100101111011101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276312; }

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

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

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

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

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

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

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

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