#244014

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

Shades of Myrtle #244014

Tints of Myrtle #244014

Color information

#244014 (or 0x244014) is unknown color: approx Myrtle. HEX triplet: 24, 40 and 14. RGB value is (36,64,20). Sum of RGB (Red+Green+Blue) = 36+64+20=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #244014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244014 is #DBBFEB. Grayscale: #323232. Windows color (decimal): -14401516 or 1327140. OLE color: 1327140.

HSL color Cylindrical-coordinate representation of color #244014: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244014 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB366420-
CMYK0.4400.690.75
HSL98.18º52.38%16.47%-
HSV(B)98.18º68.75%25.1%-
XYZ2.694.091.31-
YUV50.61110.72117.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=30%
G=53.33%
B=16.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3664200.4400.690.7598.1852.3816.47
Hex2440142C0454B623410
Octal44100245401051131426420
Binary100100100000010100101100010001011001011110001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244014; }

 p { color: rgb(36,64,20); }

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

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

 a { background-color: rgb(36,64,20); }

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

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

 span { border-color: rgb(36,64,20); }

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