Html Css Color HEX #122609 Myrtle

📋 copy color: '#122609'

red 18 ◦ green 38 ◦ blue 9

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

Shades of Myrtle #122609

Tints of Myrtle #122609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 58.46%

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

R = 27.69%
G = 58.46%
B = 13.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#122609 (or 0x122609) is known color: Myrtle. HEX triplet: 12, 26 and 09. RGB value is (18,38,9). Sum of RGB (Red+Green+Blue) = 18+38+9=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #122609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122609 is #EDD9F6. Grayscale: #1C1C1C. Windows color (decimal): -15587831 or 599570. OLE color: 599570.

HSL color Cylindrical-coordinate representation of color #122609: hue angle of 101.38º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #122609 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 9 -
CMYK 0.53 0 0.76 0.85
HSL 101.38º 0.62% 0.09% -
HSV(B) 101.38º 0.76% 0.15% -
XYZ 0.99 1.53 0.5 -
YUV 28.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 18 38 9 0.53 0 0.76 0.85 101.38 0.62 0.09
Hex 12 26 9 35 0 4C 55 65 3E 9
Octal 22 46 11 65 0 114 125 145 76 11
Binary 10010 100110 1001 110101 0 1001100 1010101 1100101 111110 1001

Color Harmonies of #122609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122609

Black with #122609

Text Example


Text Example

White with #122609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122609; }

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

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

background-color css

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

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

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

border-color css

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

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

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