Html Css Color HEX #124009 Myrtle

📋 copy color: '#124009'

red 18 ◦ green 64 ◦ blue 9

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

Shades of Myrtle #124009

Tints of Myrtle #124009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.89%

R = 19.78%
G = 70.33%
B = 9.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#124009 (or 0x124009) is known color: Myrtle. HEX triplet: 12, 40 and 09. RGB value is (18,64,9). Sum of RGB (Red+Green+Blue) = 18+64+9=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #124009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124009 is #EDBFF6. Grayscale: #2C2C2C. Windows color (decimal): -15581175 or 606226. OLE color: 606226.

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

Color convert

RGB 18 64 9 -
CMYK 0.72 0 0.86 0.75
HSL 110.18º 0.75% 0.14% -
HSV(B) 110.18º 0.86% 0.25% -
XYZ 2.13 3.82 0.88 -
YUV 43.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 18 64 9 0.72 0 0.86 0.75 110.18 0.75 0.14
Hex 12 40 9 48 0 56 4B 6E 4B E
Octal 22 100 11 110 0 126 113 156 113 16
Binary 10010 1000000 1001 1001000 0 1010110 1001011 1101110 1001011 1110

Color Harmonies of #124009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124009

Black with #124009

Text Example


Text Example

White with #124009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124009; }

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

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

background-color css

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

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

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

border-color css

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

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

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