#133F17

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

Shades of Myrtle #133F17

Tints of Myrtle #133F17

Color information

#133F17 (or 0x133F17) is unknown color: approx Myrtle. HEX triplet: 13, 3F and 17. RGB value is (19,63,23). Sum of RGB (Red+Green+Blue) = 19+63+23=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 63 (25% from 255 or 60% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 63 - color contains mainly: green. Hex color #133F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F17 is #ECC0E8. Grayscale: #2D2D2D. Windows color (decimal): -15515881 or 1523475. OLE color: 1523475.

HSL color Cylindrical-coordinate representation of color #133F17: hue angle of 125.45º 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 #133F17 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB196323-
CMYK0.7000.630.75
HSL125.45º53.66%16.08%-
HSV(B)125.45º69.84%24.71%-
XYZ2.23.761.42-
YUV45.28115.42109.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 63 (25% from 255) = 60%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=18.10%
G=60%
B=21.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963230.7000.630.75125.4553.6616.08
Hex133F174603F4B7d3610
Octal2377271060771131756620
Binary1001111111110111100011001111111001011111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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