Html Css Color HEX #131E12 Myrtle

📋 copy color: '#131E12'

red 19 ◦ green 30 ◦ blue 18

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

Shades of Myrtle #131E12

Tints of Myrtle #131E12

RGB

 RED value IS 19 (7.81% from 255) = 28.36%

 GREEN value IS 30 (12.11% from 255) = 44.78%

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

R = 28.36%
G = 44.78%
B = 26.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#131E12 (or 0x131E12) is known color: Myrtle. HEX triplet: 13, 1E and 12. RGB value is (19,30,18). Sum of RGB (Red+Green+Blue) = 19+30+18=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #131E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E12 is #ECE1ED. Grayscale: #191919. Windows color (decimal): -15524334 or 1187347. OLE color: 1187347.

HSL color Cylindrical-coordinate representation of color #131E12: hue angle of 115º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #131E12 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 30 18 -
CMYK 0.37 0 0.40 0.88
HSL 115º 0.25% 0.09% -
HSV(B) 115º 0.4% 0.12% -
XYZ 0.84 1.11 0.74 -
YUV 25.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 19 30 18 0.37 0 0.40 0.88 115 0.25 0.09
Hex 13 1E 12 25 0 28 58 73 19 9
Octal 23 36 22 45 0 50 130 163 31 11
Binary 10011 11110 10010 100101 0 101000 1011000 1110011 11001 1001

Color Harmonies of #131E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E12

Black with #131E12

Text Example


Text Example

White with #131E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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