#12580D

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

Shades of Myrtle #12580D

Tints of Myrtle #12580D

Color information

#12580D (or 0x12580D) is unknown color: approx Myrtle. HEX triplet: 12, 58 and 0D. RGB value is (18,88,13). Sum of RGB (Red+Green+Blue) = 18+88+13=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 88 (34.77% from 255 or 73.95% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 88 - color contains mainly: green. Hex color #12580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12580D is #EDA7F2. Grayscale: #3A3A3A. Windows color (decimal): -15575027 or 874514. OLE color: 874514.

HSL color Cylindrical-coordinate representation of color #12580D: hue angle of 116º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12580D is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB188813-
CMYK0.8000.850.65
HSL116º74.26%19.8%-
HSV(B)116º85.23%34.51%-
XYZ3.817.141.56-
YUV58.52102.3199.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 88 (34.77% from 255) = 73.95%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=15.13%
G=73.95%
B=10.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888130.8000.850.6511674.2619.8
Hex1258D5005541744a14
Octal2213015120012510116411224
Binary100101011000110110100000101010110000011110100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12580D; }

 p { color: rgb(18,88,13); }

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

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

 a { background-color: rgb(18,88,13); }

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

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

 span { border-color: rgb(18,88,13); }

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