#133F14

Color #133F14 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #133F14

Tints of Myrtle #133F14

Color information

#133F14 (or 0x133F14) is unknown color: approx Myrtle. HEX triplet: 13, 3F and 14. RGB value is (19,63,20). Sum of RGB (Red+Green+Blue) = 19+63+20=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #133F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F14 is #ECC0EB. Grayscale: #2D2D2D. Windows color (decimal): -15515884 or 1326867. OLE color: 1326867.

HSL color Cylindrical-coordinate representation of color #133F14: hue angle of 121.36º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F14 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB196320-
CMYK0.7000.680.75
HSL121.36º53.66%16.08%-
HSV(B)121.36º69.84%24.71%-
XYZ2.173.741.27-
YUV44.94113.92109.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 63 (25% from 255) = 61.76%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=18.63%
G=61.76%
B=19.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963200.7000.680.75121.3653.6616.08
Hex133F14460444B793610
Octal23772410601041131716620
Binary10011111111101001000110010001001001011111100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #133F14;
 }
 .AnyTagClassName
 {
   color: #133F14;
 }
</style>
background-color css

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

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

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

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

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

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