Html Css Color HEX #124012 Myrtle

📋 copy color: '#124012'

red 18 ◦ green 64 ◦ blue 18

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

Shades of Myrtle #124012

Tints of Myrtle #124012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18%

R = 18%
G = 64%
B = 18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#124012 (or 0x124012) is known color: Myrtle. HEX triplet: 12, 40 and 12. RGB value is (18,64,18). Sum of RGB (Red+Green+Blue) = 18+64+18=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #124012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124012 is #EDBFED. Grayscale: #2D2D2D. Windows color (decimal): -15581166 or 1196050. OLE color: 1196050.

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

Color convert

RGB 18 64 18 -
CMYK 0.72 0 0.72 0.75
HSL 120º 0.56% 0.16% -
HSV(B) 120º 0.72% 0.25% -
XYZ 2.19 3.84 1.2 -
YUV 45 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 18 64 18 0.72 0 0.72 0.75 120 0.56 0.16
Hex 12 40 12 48 0 48 4B 78 38 10
Octal 22 100 22 110 0 110 113 170 70 20
Binary 10010 1000000 10010 1001000 0 1001000 1001011 1111000 111000 10000

Color Harmonies of #124012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124012

Black with #124012

Text Example


Text Example

White with #124012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124012; }

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

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

background-color css

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

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

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

border-color css

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

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

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