Html Css Color HEX #133B14 Myrtle

📋 copy color: '#133B14'

red 19 ◦ green 59 ◦ blue 20

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

Shades of Myrtle #133B14

Tints of Myrtle #133B14

RGB

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

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

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

R = 19.39%
G = 60.2%
B = 20.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#133B14 (or 0x133B14) is known color: Myrtle. HEX triplet: 13, 3B and 14. RGB value is (19,59,20). Sum of RGB (Red+Green+Blue) = 19+59+20=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #133B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B14 is #ECC4EB. Grayscale: #2A2A2A. Windows color (decimal): -15516908 or 1325843. OLE color: 1325843.

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

Color convert

RGB 19 59 20 -
CMYK 0.68 0 0.66 0.77
HSL 121.5º 0.51% 0.15% -
HSV(B) 121.5º 0.68% 0.23% -
XYZ 1.96 3.32 1.2 -
YUV 42.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 19 59 20 0.68 0 0.66 0.77 121.5 0.51 0.15
Hex 13 3B 14 44 0 42 4D 7A 33 F
Octal 23 73 24 104 0 102 115 172 63 17
Binary 10011 111011 10100 1000100 0 1000010 1001101 1111010 110011 1111

Color Harmonies of #133B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B14

Black with #133B14

Text Example


Text Example

White with #133B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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