Html Css Color HEX #123306 Myrtle

📋 copy color: '#123306'

red 18 ◦ green 51 ◦ blue 6

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

Shades of Myrtle #123306

Tints of Myrtle #123306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 68%

 BLUE value IS 6 (2.73% from 255) = 8%

R = 24%
G = 68%
B = 8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#123306 (or 0x123306) is known color: Myrtle. HEX triplet: 12, 33 and 06. RGB value is (18,51,6). Sum of RGB (Red+Green+Blue) = 18+51+6=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #123306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123306 is #EDCCF9. Grayscale: #242424. Windows color (decimal): -15584506 or 406290. OLE color: 406290.

HSL color Cylindrical-coordinate representation of color #123306: hue angle of 104º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123306 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 51 6 -
CMYK 0.65 0 0.88 0.8
HSL 104º 0.79% 0.11% -
HSV(B) 104º 0.88% 0.2% -
XYZ 1.47 2.51 0.58 -
YUV 36 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 18 51 6 0.65 0 0.88 0.8 104 0.79 0.11
Hex 12 33 6 41 0 58 50 68 4F B
Octal 22 63 6 101 0 130 120 150 117 13
Binary 10010 110011 110 1000001 0 1011000 1010000 1101000 1001111 1011

Color Harmonies of #123306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123306

Black with #123306

Text Example


Text Example

White with #123306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123306; }

 p { color: rgb(18,51,6); }

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

background-color css

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

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

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

border-color css

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

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

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