#133F16

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

Shades of Myrtle #133F16

Tints of Myrtle #133F16

Color information

#133F16 (or 0x133F16) is unknown color: approx Myrtle. HEX triplet: 13, 3F and 16. RGB value is (19,63,22). Sum of RGB (Red+Green+Blue) = 19+63+22=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #133F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F16 is #ECC0E9. Grayscale: #2D2D2D. Windows color (decimal): -15515882 or 1457939. OLE color: 1457939.

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

Color convert

RGB196322-
CMYK0.7000.650.75
HSL124.09º53.66%16.08%-
HSV(B)124.09º69.84%24.71%-
XYZ2.193.751.37-
YUV45.17114.92109.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 63 (25% from 255) = 60.58%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=18.27%
G=60.58%
B=21.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963220.7000.650.75124.0953.6616.08
Hex133F16460414B7c3610
Octal23772610601011131746620
Binary10011111111101101000110010000011001011111110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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