Html Css Color HEX #133A14 Myrtle

📋 copy color: '#133A14'

red 19 ◦ green 58 ◦ blue 20

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

Shades of Myrtle #133A14

Tints of Myrtle #133A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.62%

R = 19.59%
G = 59.79%
B = 20.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#133A14 (or 0x133A14) is known color: Myrtle. HEX triplet: 13, 3A and 14. RGB value is (19,58,20). Sum of RGB (Red+Green+Blue) = 19+58+20=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 58 (23.05% from 255 or 59.79% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 58 - color contains mainly: green. Hex color #133A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A14 is #ECC5EB. Grayscale: #2A2A2A. Windows color (decimal): -15517164 or 1325587. OLE color: 1325587.

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

Color convert

RGB 19 58 20 -
CMYK 0.67 0 0.66 0.77
HSL 121.54º 0.51% 0.15% -
HSV(B) 121.54º 0.67% 0.23% -
XYZ 1.91 3.22 1.18 -
YUV 42.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 19 58 20 0.67 0 0.66 0.77 121.54 0.51 0.15
Hex 13 3A 14 43 0 42 4D 7A 33 F
Octal 23 72 24 103 0 102 115 172 63 17
Binary 10011 111010 10100 1000011 0 1000010 1001101 1111010 110011 1111

Color Harmonies of #133A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A14

Black with #133A14

Text Example


Text Example

White with #133A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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