#274A20

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

Shades of Myrtle #274A20

Tints of Myrtle #274A20

Color information

#274A20 (or 0x274A20) is unknown color: approx Myrtle. HEX triplet: 27, 4A and 20. RGB value is (39,74,32). Sum of RGB (Red+Green+Blue) = 39+74+32=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #274A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A20 is #D8B5DF. Grayscale: #3A3A3A. Windows color (decimal): -14202336 or 2116135. OLE color: 2116135.

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

Color convert

RGB397432-
CMYK0.4700.570.71
HSL110º39.62%20.78%-
HSV(B)110º56.76%29.02%-
XYZ3.555.432.23-
YUV58.75112.9113.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 74 (29.30% from 255) = 51.03%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=26.90%
G=51.03%
B=22.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3974320.4700.570.7111039.6220.78
Hex274A202F039476e2815
Octal4711240570711071565025
Binary100111100101010000010111101110011000111110111010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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