Html Css Color HEX #12470D Myrtle

📋 copy color: '#12470D'

red 18 ◦ green 71 ◦ blue 13

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

Shades of Myrtle #12470D

Tints of Myrtle #12470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 69.61%

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

R = 17.65%
G = 69.61%
B = 12.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#12470D (or 0x12470D) is known color: Myrtle. HEX triplet: 12, 47 and 0D. RGB value is (18,71,13). Sum of RGB (Red+Green+Blue) = 18+71+13=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #12470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12470D is #EDB8F2. Grayscale: #303030. Windows color (decimal): -15579379 or 870162. OLE color: 870162.

HSL color Cylindrical-coordinate representation of color #12470D: hue angle of 114.83º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12470D is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 13 -
CMYK 0.75 0 0.82 0.72
HSL 114.83º 0.69% 0.16% -
HSV(B) 114.83º 0.82% 0.28% -
XYZ 2.58 4.66 1.15 -
YUV 48.54 107.94 106.22 -
System Red Green Blue C M Y K H S L
Decimal 18 71 13 0.75 0 0.82 0.72 114.83 0.69 0.16
Hex 12 47 D 4B 0 52 48 73 45 10
Octal 22 107 15 113 0 122 110 163 105 20
Binary 10010 1000111 1101 1001011 0 1010010 1001000 1110011 1000101 10000

Color Harmonies of #12470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12470D

Black with #12470D

Text Example


Text Example

White with #12470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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