#133B17

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

Shades of Myrtle #133B17

Tints of Myrtle #133B17

Color information

#133B17 (or 0x133B17) is unknown color: approx Myrtle. HEX triplet: 13, 3B and 17. RGB value is (19,59,23). Sum of RGB (Red+Green+Blue) = 19+59+23=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 59 (23.44% from 255 or 58.42% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 59 - color contains mainly: green. Hex color #133B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B17 is #ECC4E8. Grayscale: #2B2B2B. Windows color (decimal): -15516905 or 1522451. OLE color: 1522451.

HSL color Cylindrical-coordinate representation of color #133B17: hue angle of 126º 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 #133B17 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.77.

Color convert

RGB195923-
CMYK0.6800.610.77
HSL126º51.28%15.29%-
HSV(B)126º67.8%23.14%-
XYZ1.993.331.35-
YUV42.94116.75110.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 59 (23.44% from 255) = 58.42%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=18.81%
G=58.42%
B=22.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1959230.6800.610.7712651.2815.29
Hex133B174403D4D7e33f
Octal2373271040751151766317
Binary100111110111011110001000111101100110111111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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