#194700

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

Shades of Myrtle #194700

Tints of Myrtle #194700

Color information

#194700 (or 0x194700) is unknown color: approx Myrtle. HEX triplet: 19, 47 and 00. RGB value is (25,71,0). Sum of RGB (Red+Green+Blue) = 25+71+0=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 71 (28.12% from 255 or 73.96% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 71 - color contains mainly: green. Hex color #194700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194700 is #E6B8FF. Grayscale: #313131. Windows color (decimal): -15120640 or 18201. OLE color: 18201.

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

Color convert

RGB25710-
CMYK0.65010.72
HSL98.87º100%13.92%-
HSV(B)98.87º100%27.84%-
XYZ2.654.710.77-
YUV49.15100.26110.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.04%
GREEN value IS 71 (28.12% from 255) = 73.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.04%
G=73.96%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal257100.65010.7298.8710013.92
Hex1947041064486364e
Octal311070101014411014314416
Binary11001100011101000001011001001001000110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194700; }

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

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

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

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

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

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

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

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