Html Css Color HEX #133A11 Myrtle

📋 copy color: '#133A11'

red 19 ◦ green 58 ◦ blue 17

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

Shades of Myrtle #133A11

Tints of Myrtle #133A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.7%

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

R = 20.21%
G = 61.7%
B = 18.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.77

RGB Variations

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

Color information

#133A11 (or 0x133A11) is known color: Myrtle. HEX triplet: 13, 3A and 11. RGB value is (19,58,17). Sum of RGB (Red+Green+Blue) = 19+58+17=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #133A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A11 is #ECC5EE. Grayscale: #292929. Windows color (decimal): -15517167 or 1128979. OLE color: 1128979.

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

Color convert

RGB 19 58 17 -
CMYK 0.67 0 0.71 0.77
HSL 117.07º 0.55% 0.15% -
HSV(B) 117.07º 0.71% 0.23% -
XYZ 1.88 3.21 1.05 -
YUV 41.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 19 58 17 0.67 0 0.71 0.77 117.07 0.55 0.15
Hex 13 3A 11 43 0 47 4D 75 37 F
Octal 23 72 21 103 0 107 115 165 67 17
Binary 10011 111010 10001 1000011 0 1000111 1001101 1110101 110111 1111

Color Harmonies of #133A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A11

Black with #133A11

Text Example


Text Example

White with #133A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,17); }

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

background-color css

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

 a { background-color: rgb(19,58,17); }

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

border-color css

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

 span { border-color: rgb(19,58,17); }

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