#274C11

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

Shades of Myrtle #274C11

Tints of Myrtle #274C11

Color information

#274C11 (or 0x274C11) is unknown color: approx Myrtle. HEX triplet: 27, 4C and 11. RGB value is (39,76,17). Sum of RGB (Red+Green+Blue) = 39+76+17=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #274C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C11 is #D8B3EE. Grayscale: #3A3A3A. Windows color (decimal): -14201839 or 1133607. OLE color: 1133607.

HSL color Cylindrical-coordinate representation of color #274C11: hue angle of 97.63º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274C11 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB397617-
CMYK0.4900.780.70
HSL97.63º63.44%18.24%-
HSV(B)97.63º77.63%29.8%-
XYZ3.525.641.43-
YUV58.21104.74114.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.55%
GREEN value IS 76 (30.08% from 255) = 57.58%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=29.55%
G=57.58%
B=12.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3976170.4900.780.7097.6363.4418.24
Hex274C113104E46623f12
Octal47114216101161061427722
Binary100111100110010001110001010011101000110110001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274C11; }

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

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

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

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

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

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

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

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