#133804

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

Shades of Myrtle #133804

Tints of Myrtle #133804

Color information

#133804 (or 0x133804) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 04. RGB value is (19,56,4). Sum of RGB (Red+Green+Blue) = 19+56+4=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #133804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133804 is #ECC7FB. Grayscale: #272727. Windows color (decimal): -15517692 or 276499. OLE color: 276499.

HSL color Cylindrical-coordinate representation of color #133804: hue angle of 102.69º degrees, saturation: 0.87, 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 #133804 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB19564-
CMYK0.6600.930.78
HSL102.69º86.67%11.76%-
HSV(B)102.69º92.86%21.96%-
XYZ1.72.980.6-
YUV39.01108.24113.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 56 (22.27% from 255) = 70.89%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=24.05%
G=70.89%
B=5.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195640.6600.930.78102.6986.6711.76
Hex133844205D4E6757c
Octal23704102013511614712714
Binary100111110001001000010010111011001110110011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133804; }

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

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

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

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

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

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

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

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