#193D00

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

Shades of Myrtle #193D00

Tints of Myrtle #193D00

Color information

#193D00 (or 0x193D00) is unknown color: approx Myrtle. HEX triplet: 19, 3D and 00. RGB value is (25,61,0). Sum of RGB (Red+Green+Blue) = 25+61+0=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 61 (24.22% from 255 or 70.93% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 61 - color contains mainly: green. Hex color #193D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193D00 is #E6C2FF. Grayscale: #2B2B2B. Windows color (decimal): -15123200 or 15641. OLE color: 15641.

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

Color convert

RGB25610-
CMYK0.59010.76
HSL95.41º100%11.96%-
HSV(B)95.41º100%23.92%-
XYZ2.073.540.58-
YUV43.28103.57114.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.07%
GREEN value IS 61 (24.22% from 255) = 70.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.07%
G=70.93%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal256100.59010.7695.4110011.96
Hex193D03B0644C5f64c
Octal3175073014411413714414
Binary110011111010111011011001001001100101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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