Html Css Color HEX #123F13 Myrtle

📋 copy color: '#123F13'

red 18 ◦ green 63 ◦ blue 19

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

Shades of Myrtle #123F13

Tints of Myrtle #123F13

RGB

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

 GREEN value IS 63 (25% from 255) = 63%

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

R = 18%
G = 63%
B = 19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#123F13 (or 0x123F13) is known color: Myrtle. HEX triplet: 12, 3F and 13. RGB value is (18,63,19). Sum of RGB (Red+Green+Blue) = 18+63+19=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 63 (25% from 255 or 63% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 63 - color contains mainly: green. Hex color #123F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123F13 is #EDC0EC. Grayscale: #2C2C2C. Windows color (decimal): -15581421 or 1261330. OLE color: 1261330.

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

Color convert

RGB 18 63 19 -
CMYK 0.71 0 0.70 0.75
HSL 121.33º 0.56% 0.16% -
HSV(B) 121.33º 0.71% 0.25% -
XYZ 2.14 3.73 1.22 -
YUV 44.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 18 63 19 0.71 0 0.70 0.75 121.33 0.56 0.16
Hex 12 3F 13 47 0 46 4B 79 38 10
Octal 22 77 23 107 0 106 113 171 70 20
Binary 10010 111111 10011 1000111 0 1000110 1001011 1111001 111000 10000

Color Harmonies of #123F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F13

Black with #123F13

Text Example


Text Example

White with #123F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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