#193D03

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

Shades of Myrtle #193D03

Tints of Myrtle #193D03

Color information

#193D03 (or 0x193D03) is unknown color: approx Myrtle. HEX triplet: 19, 3D and 03. RGB value is (25,61,3). Sum of RGB (Red+Green+Blue) = 25+61+3=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #193D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193D03 is #E6C2FC. Grayscale: #2B2B2B. Windows color (decimal): -15123197 or 212249. OLE color: 212249.

HSL color Cylindrical-coordinate representation of color #193D03: hue angle of 97.24º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #193D03 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB25613-
CMYK0.5900.950.76
HSL97.24º90.62%12.55%-
HSV(B)97.24º95.08%23.92%-
XYZ2.093.550.66-
YUV43.62105.07114.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.09%
GREEN value IS 61 (24.22% from 255) = 68.54%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=28.09%
G=68.54%
B=3.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal256130.5900.950.7697.2490.6212.55
Hex193D33B05F4C615bd
Octal3175373013711414113315
Binary1100111110111111011010111111001100110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193D03; }

 p { color: rgb(25,61,3); }

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

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

 a { background-color: rgb(25,61,3); }

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

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

 span { border-color: rgb(25,61,3); }

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