#274c10

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

Shades of Myrtle #274C10

Tints of Myrtle #274C10

Color information

#274C10 (or 0x274C10) is unknown color: approx Myrtle. HEX triplet: 27, 4C and 10. RGB value is (39,76,16). Sum of RGB (Red+Green+Blue) = 39+76+16=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #274C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C10 is #D8B3EF. Grayscale: #3A3A3A. Windows color (decimal): -14201840 or 1068071. OLE color: 1068071.

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

Color convert

RGB397616-
CMYK0.4900.790.70
HSL97º65.22%18.04%-
HSV(B)97º78.95%29.8%-
XYZ3.515.641.39-
YUV58.1104.24114.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.77%
GREEN value IS 76 (30.08% from 255) = 58.02%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=29.77%
G=58.02%
B=12.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3976160.4900.790.709765.2218.04
Hex274C103104F46614112
Octal471142061011710614110122
Binary1001111001100100001100010100111110001101100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274c10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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