Html Css Color HEX #123D13 Myrtle

📋 copy color: '#123D13'

red 18 ◦ green 61 ◦ blue 19

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

Shades of Myrtle #123D13

Tints of Myrtle #123D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 62.24%

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 18.37%
G = 62.24%
B = 19.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#123D13 (or 0x123D13) is known color: Myrtle. HEX triplet: 12, 3D and 13. RGB value is (18,61,19). Sum of RGB (Red+Green+Blue) = 18+61+19=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #123D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123D13 is #EDC2EC. Grayscale: #2B2B2B. Windows color (decimal): -15581933 or 1260818. OLE color: 1260818.

HSL color Cylindrical-coordinate representation of color #123D13: hue angle of 121.4º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D13 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 61 19 -
CMYK 0.70 0 0.69 0.76
HSL 121.4º 0.54% 0.15% -
HSV(B) 121.4º 0.7% 0.24% -
XYZ 2.04 3.51 1.19 -
YUV 43.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 18 61 19 0.70 0 0.69 0.76 121.4 0.54 0.15
Hex 12 3D 13 46 0 45 4C 79 36 F
Octal 22 75 23 106 0 105 114 171 66 17
Binary 10010 111101 10011 1000110 0 1000101 1001100 1111001 110110 1111

Color Harmonies of #123D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D13

Black with #123D13

Text Example


Text Example

White with #123D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123D13; }

 p { color: rgb(18,61,19); }

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

background-color css

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

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

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

border-color css

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

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

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