Html Css Color HEX #133B12 Myrtle

📋 copy color: '#133B12'

red 19 ◦ green 59 ◦ blue 18

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

Shades of Myrtle #133B12

Tints of Myrtle #133B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 61.46%

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

R = 19.79%
G = 61.46%
B = 18.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#133B12 (or 0x133B12) is known color: Myrtle. HEX triplet: 13, 3B and 12. RGB value is (19,59,18). Sum of RGB (Red+Green+Blue) = 19+59+18=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #133B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B12 is #ECC4ED. Grayscale: #2A2A2A. Windows color (decimal): -15516910 or 1194771. OLE color: 1194771.

HSL color Cylindrical-coordinate representation of color #133B12: hue angle of 118.54º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133B12 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 59 18 -
CMYK 0.68 0 0.69 0.77
HSL 118.54º 0.53% 0.15% -
HSV(B) 118.54º 0.69% 0.23% -
XYZ 1.94 3.31 1.11 -
YUV 42.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 19 59 18 0.68 0 0.69 0.77 118.54 0.53 0.15
Hex 13 3B 12 44 0 45 4D 77 35 F
Octal 23 73 22 104 0 105 115 167 65 17
Binary 10011 111011 10010 1000100 0 1000101 1001101 1110111 110101 1111

Color Harmonies of #133B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B12

Black with #133B12

Text Example


Text Example

White with #133B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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