#133905

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

Shades of Myrtle #133905

Tints of Myrtle #133905

Color information

#133905 (or 0x133905) is unknown color: approx Myrtle. HEX triplet: 13, 39 and 05. RGB value is (19,57,5). Sum of RGB (Red+Green+Blue) = 19+57+5=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #133905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133905 is #ECC6FA. Grayscale: #272727. Windows color (decimal): -15517435 or 342291. OLE color: 342291.

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

Color convert

RGB19575-
CMYK0.6700.910.78
HSL103.85º83.87%12.16%-
HSV(B)103.85º91.23%22.35%-
XYZ1.763.080.64-
YUV39.71108.41113.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 57 (22.66% from 255) = 70.37%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=23.46%
G=70.37%
B=6.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195750.6700.910.78103.8583.8712.16
Hex133954305B4E6854c
Octal23715103013311615012414
Binary100111110011011000011010110111001110110100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133905; }

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

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

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

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

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

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

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

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