Html Css Color HEX #12400D Myrtle

📋 copy color: '#12400D'

red 18 ◦ green 64 ◦ blue 13

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

Shades of Myrtle #12400D

Tints of Myrtle #12400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 67.37%

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

R = 18.95%
G = 67.37%
B = 13.68%

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

#12400D (or 0x12400D) is known color: Myrtle. HEX triplet: 12, 40 and 0D. RGB value is (18,64,13). Sum of RGB (Red+Green+Blue) = 18+64+13=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #12400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12400D is #EDBFF2. Grayscale: #2C2C2C. Windows color (decimal): -15581171 or 868370. OLE color: 868370.

HSL color Cylindrical-coordinate representation of color #12400D: hue angle of 114.12º degrees, saturation: 0.66, 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 #12400D is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 13 -
CMYK 0.72 0 0.80 0.75
HSL 114.12º 0.66% 0.15% -
HSV(B) 114.12º 0.8% 0.25% -
XYZ 2.16 3.82 1.01 -
YUV 44.43 110.26 109.15 -
System Red Green Blue C M Y K H S L
Decimal 18 64 13 0.72 0 0.80 0.75 114.12 0.66 0.15
Hex 12 40 D 48 0 50 4B 72 42 F
Octal 22 100 15 110 0 120 113 162 102 17
Binary 10010 1000000 1101 1001000 0 1010000 1001011 1110010 1000010 1111

Color Harmonies of #12400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12400D

Black with #12400D

Text Example


Text Example

White with #12400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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