Html Css Color HEX #125411 Myrtle

📋 copy color: '#125411'

red 18 ◦ green 84 ◦ blue 17

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

Shades of Myrtle #125411

Tints of Myrtle #125411

RGB

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

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

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

R = 15.13%
G = 70.59%
B = 14.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#125411 (or 0x125411) is known color: Myrtle. HEX triplet: 12, 54 and 11. RGB value is (18,84,17). Sum of RGB (Red+Green+Blue) = 18+84+17=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #125411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125411 is #EDABEE. Grayscale: #383838. Windows color (decimal): -15576047 or 1135634. OLE color: 1135634.

HSL color Cylindrical-coordinate representation of color #125411: hue angle of 119.1º 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 #125411 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 17 -
CMYK 0.79 0 0.80 0.67
HSL 119.1º 0.66% 0.2% -
HSV(B) 119.1º 0.8% 0.33% -
XYZ 3.52 6.51 1.6 -
YUV 56.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 18 84 17 0.79 0 0.80 0.67 119.1 0.66 0.2
Hex 12 54 11 4F 0 50 43 77 42 14
Octal 22 124 21 117 0 120 103 167 102 24
Binary 10010 1010100 10001 1001111 0 1010000 1000011 1110111 1000010 10100

Color Harmonies of #125411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125411

Black with #125411

Text Example


Text Example

White with #125411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125411; }

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

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

background-color css

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

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

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

border-color css

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

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

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