#133910

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

Shades of Myrtle #133910

Tints of Myrtle #133910

Color information

#133910 (or 0x133910) is unknown color: approx Myrtle. HEX triplet: 13, 39 and 10. RGB value is (19,57,16). Sum of RGB (Red+Green+Blue) = 19+57+16=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #133910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133910 is #ECC6EF. Grayscale: #292929. Windows color (decimal): -15517424 or 1063187. OLE color: 1063187.

HSL color Cylindrical-coordinate representation of color #133910: hue angle of 115.61º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133910 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB195716-
CMYK0.6700.720.78
HSL115.61º56.16%14.31%-
HSV(B)115.61º71.93%22.35%-
XYZ1.833.10.99-
YUV40.96113.91112.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 57 (22.66% from 255) = 61.96%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=20.65%
G=61.96%
B=17.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957160.6700.720.78115.6156.1614.31
Hex133910430484E7438e
Octal23712010301101161647016
Binary1001111100110000100001101001000100111011101001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133910; }

 p { color: rgb(19,57,16); }

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

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

 a { background-color: rgb(19,57,16); }

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

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

 span { border-color: rgb(19,57,16); }

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