Html Css Color HEX #12420D Myrtle

📋 copy color: '#12420D'

red 18 ◦ green 66 ◦ blue 13

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

Shades of Myrtle #12420D

Tints of Myrtle #12420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 68.04%

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

R = 18.56%
G = 68.04%
B = 13.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#12420D (or 0x12420D) is known color: Myrtle. HEX triplet: 12, 42 and 0D. RGB value is (18,66,13). Sum of RGB (Red+Green+Blue) = 18+66+13=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #12420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12420D is #EDBDF2. Grayscale: #2D2D2D. Windows color (decimal): -15580659 or 868882. OLE color: 868882.

HSL color Cylindrical-coordinate representation of color #12420D: hue angle of 114.34º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12420D is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 13 -
CMYK 0.73 0 0.80 0.74
HSL 114.34º 0.67% 0.15% -
HSV(B) 114.34º 0.8% 0.26% -
XYZ 2.27 4.05 1.04 -
YUV 45.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 18 66 13 0.73 0 0.80 0.74 114.34 0.67 0.15
Hex 12 42 D 49 0 50 4A 72 43 F
Octal 22 102 15 111 0 120 112 162 103 17
Binary 10010 1000010 1101 1001001 0 1010000 1001010 1110010 1000011 1111

Color Harmonies of #12420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12420D

Black with #12420D

Text Example


Text Example

White with #12420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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