#274A10

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

Shades of Myrtle #274A10

Tints of Myrtle #274A10

Color information

#274A10 (or 0x274A10) is unknown color: approx Myrtle. HEX triplet: 27, 4A and 10. RGB value is (39,74,16). Sum of RGB (Red+Green+Blue) = 39+74+16=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #274A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274A10 is #D8B5EF. Grayscale: #393939. Windows color (decimal): -14202352 or 1067559. OLE color: 1067559.

HSL color Cylindrical-coordinate representation of color #274A10: hue angle of 96.21º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274A10 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB397416-
CMYK0.4700.780.71
HSL96.21º64.44%17.65%-
HSV(B)96.21º78.38%29.02%-
XYZ3.385.371.35-
YUV56.92104.9115.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.23%
GREEN value IS 74 (29.30% from 255) = 57.36%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=30.23%
G=57.36%
B=12.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3974160.4700.780.7196.2164.4417.65
Hex274A102F04E47604012
Octal471122057011610714010022
Binary1001111001010100001011110100111010001111100000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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