Html Css Color HEX #123714 Myrtle

📋 copy color: '#123714'

red 18 ◦ green 55 ◦ blue 20

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

Shades of Myrtle #123714

Tints of Myrtle #123714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 59.14%

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 19.35%
G = 59.14%
B = 21.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#123714 (or 0x123714) is known color: Myrtle. HEX triplet: 12, 37 and 14. RGB value is (18,55,20). Sum of RGB (Red+Green+Blue) = 18+55+20=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #123714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123714 is #EDC8EB. Grayscale: #282828. Windows color (decimal): -15583468 or 1324818. OLE color: 1324818.

HSL color Cylindrical-coordinate representation of color #123714: hue angle of 123.24º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123714 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 20 -
CMYK 0.67 0 0.64 0.78
HSL 123.24º 0.51% 0.14% -
HSV(B) 123.24º 0.67% 0.22% -
XYZ 1.74 2.91 1.13 -
YUV 39.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 18 55 20 0.67 0 0.64 0.78 123.24 0.51 0.14
Hex 12 37 14 43 0 40 4E 7B 33 E
Octal 22 67 24 103 0 100 116 173 63 16
Binary 10010 110111 10100 1000011 0 1000000 1001110 1111011 110011 1110

Color Harmonies of #123714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123714

Black with #123714

Text Example


Text Example

White with #123714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123714; }

 p { color: rgb(18,55,20); }

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

background-color css

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

 a { background-color: rgb(18,55,20); }

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

border-color css

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

 span { border-color: rgb(18,55,20); }

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