#194500

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

Shades of Myrtle #194500

Tints of Myrtle #194500

Color information

#194500 (or 0x194500) is unknown color: approx Myrtle. HEX triplet: 19, 45 and 00. RGB value is (25,69,0). Sum of RGB (Red+Green+Blue) = 25+69+0=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 69 (27.34% from 255 or 73.40% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 69 - color contains mainly: green. Hex color #194500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194500 is #E6BAFF. Grayscale: #303030. Windows color (decimal): -15121152 or 17689. OLE color: 17689.

HSL color Cylindrical-coordinate representation of color #194500: hue angle of 98.26º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #194500 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB25690-
CMYK0.64010.73
HSL98.26º100%13.53%-
HSV(B)98.26º100%27.06%-
XYZ2.534.460.73-
YUV47.98100.92111.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.60%
GREEN value IS 69 (27.34% from 255) = 73.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.60%
G=73.40%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal256900.64010.7398.2610013.53
Hex1945040064496264e
Octal311050100014411114214416
Binary11001100010101000000011001001001001110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194500; }

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

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

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

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

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

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

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

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