Html Css Color HEX #12560D Myrtle

📋 copy color: '#12560D'

red 18 ◦ green 86 ◦ blue 13

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

Shades of Myrtle #12560D

Tints of Myrtle #12560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 73.5%

 BLUE value IS 13 (5.47% from 255) = 11.11%

R = 15.38%
G = 73.5%
B = 11.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#12560D (or 0x12560D) is known color: Myrtle. HEX triplet: 12, 56 and 0D. RGB value is (18,86,13). Sum of RGB (Red+Green+Blue) = 18+86+13=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 86 (33.98% from 255 or 73.50% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 86 - color contains mainly: green. Hex color #12560D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12560D is #EDA9F2. Grayscale: #393939. Windows color (decimal): -15575539 or 874002. OLE color: 874002.

HSL color Cylindrical-coordinate representation of color #12560D: hue angle of 115.89º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12560D is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 13 -
CMYK 0.79 0 0.85 0.66
HSL 115.89º 0.74% 0.19% -
HSV(B) 115.89º 0.85% 0.34% -
XYZ 3.65 6.81 1.5 -
YUV 57.35 102.97 99.94 -
System Red Green Blue C M Y K H S L
Decimal 18 86 13 0.79 0 0.85 0.66 115.89 0.74 0.19
Hex 12 56 D 4F 0 55 42 74 4A 13
Octal 22 126 15 117 0 125 102 164 112 23
Binary 10010 1010110 1101 1001111 0 1010101 1000010 1110100 1001010 10011

Color Harmonies of #12560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12560D

Black with #12560D

Text Example


Text Example

White with #12560D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12560D;
 }
 .AnyTagClassName
 {
   color: #12560D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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