Html Css Color HEX #12580D Myrtle

📋 copy color: '#12580D'

red 18 ◦ green 88 ◦ blue 13

#12580D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #12580D

Tints of Myrtle #12580D

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 value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#12580D (or 0x12580D) is known color: 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

RGB 18 88 13 -
CMYK 0.80 0 0.85 0.65
HSL 116º 0.74% 0.2% -
HSV(B) 116º 0.85% 0.35% -
XYZ 3.81 7.14 1.56 -
YUV 58.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 18 88 13 0.80 0 0.85 0.65 116 0.74 0.2
Hex 12 58 D 50 0 55 41 74 4A 14
Octal 22 130 15 120 0 125 101 164 112 24
Binary 10010 1011000 1101 1010000 0 1010101 1000001 1110100 1001010 10100

Color Harmonies of #12580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12580D

Black with #12580D

Text Example


Text Example

White with #12580D

Text Example


Text Example

HTML Codes & Css Web 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>