#275E11

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

Shades of Myrtle #275E11

Tints of Myrtle #275E11

Color information

#275E11 (or 0x275E11) is unknown color: approx Myrtle. HEX triplet: 27, 5E and 11. RGB value is (39,94,17). Sum of RGB (Red+Green+Blue) = 39+94+17=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 94 (37.11% from 255 or 62.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 94 - color contains mainly: green. Hex color #275E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275E11 is #D8A1EE. Grayscale: #454545. Windows color (decimal): -14197231 or 1138215. OLE color: 1138215.

HSL color Cylindrical-coordinate representation of color #275E11: hue angle of 102.86º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275E11 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB399417-
CMYK0.5900.820.63
HSL102.86º69.37%21.76%-
HSV(B)102.86º81.91%36.86%-
XYZ4.948.481.91-
YUV68.7898.78106.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 94 (37.11% from 255) = 62.67%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=26%
G=62.67%
B=11.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3994170.5900.820.63102.8669.3721.76
Hex275E113B0523F674516
Octal47136217301227714710526
Binary100111101111010001111011010100101111111100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275E11; }

 p { color: rgb(39,94,17); }

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

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

 a { background-color: rgb(39,94,17); }

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

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

 span { border-color: rgb(39,94,17); }

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