#274F10

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

Shades of Myrtle #274F10

Tints of Myrtle #274F10

Color information

#274F10 (or 0x274F10) is unknown color: approx Myrtle. HEX triplet: 27, 4F and 10. RGB value is (39,79,16). Sum of RGB (Red+Green+Blue) = 39+79+16=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #274F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274F10 is #D8B0EF. Grayscale: #3C3C3C. Windows color (decimal): -14201072 or 1068839. OLE color: 1068839.

HSL color Cylindrical-coordinate representation of color #274F10: hue angle of 98.1º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274F10 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB397916-
CMYK0.5100.800.69
HSL98.1º66.32%18.63%-
HSV(B)98.1º79.75%30.98%-
XYZ3.736.061.46-
YUV59.86103.25113.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 79 (31.25% from 255) = 58.96%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=29.10%
G=58.96%
B=11.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3979160.5100.800.6998.166.3218.63
Hex274F103305045624213
Octal471172063012010514210223
Binary1001111001111100001100110101000010001011100010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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