Html Css Color HEX #125213 Myrtle

📋 copy color: '#125213'

red 18 ◦ green 82 ◦ blue 19

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

Shades of Myrtle #125213

Tints of Myrtle #125213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 68.91%

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

R = 15.13%
G = 68.91%
B = 15.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#125213 (or 0x125213) is known color: Myrtle. HEX triplet: 12, 52 and 13. RGB value is (18,82,19). Sum of RGB (Red+Green+Blue) = 18+82+19=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #125213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125213 is #EDADEC. Grayscale: #373737. Windows color (decimal): -15576557 or 1266194. OLE color: 1266194.

HSL color Cylindrical-coordinate representation of color #125213: hue angle of 120.94º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125213 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 19 -
CMYK 0.78 0 0.77 0.68
HSL 120.94º 0.64% 0.2% -
HSV(B) 120.94º 0.78% 0.32% -
XYZ 3.38 6.21 1.64 -
YUV 55.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 18 82 19 0.78 0 0.77 0.68 120.94 0.64 0.2
Hex 12 52 13 4E 0 4D 44 79 40 14
Octal 22 122 23 116 0 115 104 171 100 24
Binary 10010 1010010 10011 1001110 0 1001101 1000100 1111001 1000000 10100

Color Harmonies of #125213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125213

Black with #125213

Text Example


Text Example

White with #125213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125213; }

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

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

background-color css

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

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

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

border-color css

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

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

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