Html Css Color HEX #125413 Myrtle

📋 copy color: '#125413'

red 18 ◦ green 84 ◦ blue 19

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

Shades of Myrtle #125413

Tints of Myrtle #125413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 69.42%

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

R = 14.88%
G = 69.42%
B = 15.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#125413 (or 0x125413) is known color: Myrtle. HEX triplet: 12, 54 and 13. RGB value is (18,84,19). Sum of RGB (Red+Green+Blue) = 18+84+19=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #125413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125413 is #EDABEC. Grayscale: #393939. Windows color (decimal): -15576045 or 1266706. OLE color: 1266706.

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

Color convert

RGB 18 84 19 -
CMYK 0.79 0 0.77 0.67
HSL 120.91º 0.65% 0.2% -
HSV(B) 120.91º 0.79% 0.33% -
XYZ 3.54 6.52 1.69 -
YUV 56.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 18 84 19 0.79 0 0.77 0.67 120.91 0.65 0.2
Hex 12 54 13 4F 0 4D 43 79 41 14
Octal 22 124 23 117 0 115 103 171 101 24
Binary 10010 1010100 10011 1001111 0 1001101 1000011 1111001 1000001 10100

Color Harmonies of #125413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125413

Black with #125413

Text Example


Text Example

White with #125413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125413; }

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

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

background-color css

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

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

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

border-color css

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

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

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