#133704

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

Shades of Myrtle #133704

Tints of Myrtle #133704

Color information

#133704 (or 0x133704) is unknown color: approx Myrtle. HEX triplet: 13, 37 and 04. RGB value is (19,55,4). Sum of RGB (Red+Green+Blue) = 19+55+4=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #133704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133704 is #ECC8FB. Grayscale: #262626. Windows color (decimal): -15517948 or 276243. OLE color: 276243.

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

Color convert

RGB19554-
CMYK0.6500.930.78
HSL102.35º86.44%11.57%-
HSV(B)102.35º92.73%21.57%-
XYZ1.662.880.58-
YUV38.42108.57114.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 55 (21.88% from 255) = 70.51%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=24.36%
G=70.51%
B=5.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195540.6500.930.78102.3586.4411.57
Hex133744105D4E6656c
Octal23674101013511614612614
Binary100111101111001000001010111011001110110011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133704; }

 p { color: rgb(19,55,4); }

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

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

 a { background-color: rgb(19,55,4); }

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

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

 span { border-color: rgb(19,55,4); }

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