Html Css Color HEX #12580C Myrtle

📋 copy color: '#12580C'

red 18 ◦ green 88 ◦ blue 12

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

Shades of Myrtle #12580C

Tints of Myrtle #12580C

RGB

 RED value IS 18 (7.42% from 255) = 15.25%

 GREEN value IS 88 (34.77% from 255) = 74.58%

 BLUE value IS 12 (5.08% from 255) = 10.17%

R = 15.25%
G = 74.58%
B = 10.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#12580C (or 0x12580C) is known color: Myrtle. HEX triplet: 12, 58 and 0C. RGB value is (18,88,12). Sum of RGB (Red+Green+Blue) = 18+88+12=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 88 (34.77% from 255 or 74.58% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 88 - color contains mainly: green. Hex color #12580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12580C is #EDA7F3. Grayscale: #3A3A3A. Windows color (decimal): -15575028 or 808978. OLE color: 808978.

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

Color convert

RGB 18 88 12 -
CMYK 0.80 0 0.86 0.65
HSL 115.26º 0.76% 0.2% -
HSV(B) 115.26º 0.86% 0.35% -
XYZ 3.81 7.13 1.52 -
YUV 58.41 101.81 99.18 -
System Red Green Blue C M Y K H S L
Decimal 18 88 12 0.80 0 0.86 0.65 115.26 0.76 0.2
Hex 12 58 C 50 0 56 41 73 4C 14
Octal 22 130 14 120 0 126 101 163 114 24
Binary 10010 1011000 1100 1010000 0 1010110 1000001 1110011 1001100 10100

Color Harmonies of #12580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12580C

Black with #12580C

Text Example


Text Example

White with #12580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12580C;
 }
 .AnyTagClassName
 {
   color: #12580C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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