#284A14

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

Shades of Myrtle #284A14

Tints of Myrtle #284A14

Color information

#284A14 (or 0x284A14) is unknown color: approx Myrtle. HEX triplet: 28, 4A and 14. RGB value is (40,74,20). Sum of RGB (Red+Green+Blue) = 40+74+20=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #284A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284A14 is #D7B5EB. Grayscale: #393939. Windows color (decimal): -14136812 or 1329704. OLE color: 1329704.

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

Color convert

RGB407420-
CMYK0.4600.730.71
HSL97.78º57.45%18.43%-
HSV(B)97.78º72.97%29.02%-
XYZ3.455.41.52-
YUV57.68106.74115.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 74 (29.30% from 255) = 55.22%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=29.85%
G=55.22%
B=14.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074200.4600.730.7197.7857.4518.43
Hex284A142E04947623912
Octal50112245601111071427122
Binary101000100101010100101110010010011000111110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284A14; }

 p { color: rgb(40,74,20); }

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

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

 a { background-color: rgb(40,74,20); }

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

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

 span { border-color: rgb(40,74,20); }

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