#133D17

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

Shades of Myrtle #133D17

Tints of Myrtle #133D17

Color information

#133D17 (or 0x133D17) is unknown color: approx Myrtle. HEX triplet: 13, 3D and 17. RGB value is (19,61,23). Sum of RGB (Red+Green+Blue) = 19+61+23=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #133D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133D17 is #ECC2E8. Grayscale: #2C2C2C. Windows color (decimal): -15516393 or 1522963. OLE color: 1522963.

HSL color Cylindrical-coordinate representation of color #133D17: hue angle of 125.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D17 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB196123-
CMYK0.6900.620.76
HSL125.71º52.5%15.69%-
HSV(B)125.71º68.85%23.92%-
XYZ2.093.541.38-
YUV44.11116.09110.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 61 (24.22% from 255) = 59.22%
BLUE value IS 23 (9.38% from 255) = 22.33%
R=18.45%
G=59.22%
B=22.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1961230.6900.620.76125.7152.515.69
Hex133D174503E4C7e3410
Octal2375271050761141766420
Binary1001111110110111100010101111101001100111111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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