Html Css Color HEX #12410D Myrtle

📋 copy color: '#12410D'

red 18 ◦ green 65 ◦ blue 13

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

Shades of Myrtle #12410D

Tints of Myrtle #12410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 67.71%

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

R = 18.75%
G = 67.71%
B = 13.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#12410D (or 0x12410D) is known color: Myrtle. HEX triplet: 12, 41 and 0D. RGB value is (18,65,13). Sum of RGB (Red+Green+Blue) = 18+65+13=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #12410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12410D is #EDBEF2. Grayscale: #2D2D2D. Windows color (decimal): -15580915 or 868626. OLE color: 868626.

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

Color convert

RGB 18 65 13 -
CMYK 0.72 0 0.80 0.75
HSL 114.23º 0.67% 0.15% -
HSV(B) 114.23º 0.8% 0.25% -
XYZ 2.21 3.94 1.02 -
YUV 45.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 18 65 13 0.72 0 0.80 0.75 114.23 0.67 0.15
Hex 12 41 D 48 0 50 4B 72 43 F
Octal 22 101 15 110 0 120 113 162 103 17
Binary 10010 1000001 1101 1001000 0 1010000 1001011 1110010 1000011 1111

Color Harmonies of #12410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12410D

Black with #12410D

Text Example


Text Example

White with #12410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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