Html Css Color HEX #125311 Myrtle

📋 copy color: '#125311'

red 18 ◦ green 83 ◦ blue 17

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

Shades of Myrtle #125311

Tints of Myrtle #125311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 15.25%
G = 70.34%
B = 14.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#125311 (or 0x125311) is known color: Myrtle. HEX triplet: 12, 53 and 11. RGB value is (18,83,17). Sum of RGB (Red+Green+Blue) = 18+83+17=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #125311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125311 is #EDACEE. Grayscale: #383838. Windows color (decimal): -15576303 or 1135378. OLE color: 1135378.

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

Color convert

RGB 18 83 17 -
CMYK 0.78 0 0.80 0.67
HSL 119.09º 0.66% 0.2% -
HSV(B) 119.09º 0.8% 0.33% -
XYZ 3.44 6.36 1.58 -
YUV 56.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 18 83 17 0.78 0 0.80 0.67 119.09 0.66 0.2
Hex 12 53 11 4E 0 50 43 77 42 14
Octal 22 123 21 116 0 120 103 167 102 24
Binary 10010 1010011 10001 1001110 0 1010000 1000011 1110111 1000010 10100

Color Harmonies of #125311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125311

Black with #125311

Text Example


Text Example

White with #125311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125311; }

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

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

background-color css

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

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

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

border-color css

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

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

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