#246012

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

Shades of Myrtle #246012

Tints of Myrtle #246012

Color information

#246012 (or 0x246012) is unknown color: approx Myrtle. HEX triplet: 24, 60 and 12. RGB value is (36,96,18). Sum of RGB (Red+Green+Blue) = 36+96+18=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #246012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246012 is #DB9FED. Grayscale: #454545. Windows color (decimal): -14393326 or 1204260. OLE color: 1204260.

HSL color Cylindrical-coordinate representation of color #246012: hue angle of 106.15º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #246012 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB369618-
CMYK0.6200.810.62
HSL106.15º68.42%22.35%-
HSV(B)106.15º81.25%37.65%-
XYZ5.028.782-
YUV69.1799.12104.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 96 (37.89% from 255) = 64%
BLUE value IS 18 (7.42% from 255) = 12%
R=24%
G=64%
B=12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696180.6200.810.62106.1568.4222.35
Hex2460123E0513E6a4416
Octal44140227601217615210426
Binary100100110000010010111110010100011111101101010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246012; }

 p { color: rgb(36,96,18); }

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

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

 a { background-color: rgb(36,96,18); }

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

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

 span { border-color: rgb(36,96,18); }

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