Html Css Color HEX #125312 Myrtle

📋 copy color: '#125312'

red 18 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #125312

Tints of Myrtle #125312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 69.75%

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

R = 15.13%
G = 69.75%
B = 15.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#125312 (or 0x125312) is known color: Myrtle. HEX triplet: 12, 53 and 12. RGB value is (18,83,18). Sum of RGB (Red+Green+Blue) = 18+83+18=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #125312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125312 is #EDACED. Grayscale: #383838. Windows color (decimal): -15576302 or 1200914. OLE color: 1200914.

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

Color convert

RGB 18 83 18 -
CMYK 0.78 0 0.78 0.67
HSL 120º 0.64% 0.2% -
HSV(B) 120º 0.78% 0.33% -
XYZ 3.45 6.36 1.62 -
YUV 56.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 18 83 18 0.78 0 0.78 0.67 120 0.64 0.2
Hex 12 53 12 4E 0 4E 43 78 40 14
Octal 22 123 22 116 0 116 103 170 100 24
Binary 10010 1010011 10010 1001110 0 1001110 1000011 1111000 1000000 10100

Color Harmonies of #125312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125312

Black with #125312

Text Example


Text Example

White with #125312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125312; }

 p { color: rgb(18,83,18); }

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

background-color css

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

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

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

border-color css

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

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

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