#274814

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

Shades of Myrtle #274814

Tints of Myrtle #274814

Color information

#274814 (or 0x274814) is unknown color: approx Myrtle. HEX triplet: 27, 48 and 14. RGB value is (39,72,20). Sum of RGB (Red+Green+Blue) = 39+72+20=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #274814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274814 is #D8B7EB. Grayscale: #383838. Windows color (decimal): -14202860 or 1329191. OLE color: 1329191.

HSL color Cylindrical-coordinate representation of color #274814: hue angle of 98.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274814 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB397220-
CMYK0.4600.720.72
HSL98.08º56.52%18.04%-
HSV(B)98.08º72.22%28.24%-
XYZ3.285.121.48-
YUV56.2107.57115.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.77%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=29.77%
G=54.96%
B=15.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972200.4600.720.7298.0856.5218.04
Hex2748142E04848623912
Octal47110245601101101427122
Binary100111100100010100101110010010001001000110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274814; }

 p { color: rgb(39,72,20); }

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

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

 a { background-color: rgb(39,72,20); }

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

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

 span { border-color: rgb(39,72,20); }

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