#194C00

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

Shades of Myrtle #194C00

Tints of Myrtle #194C00

Color information

#194C00 (or 0x194C00) is unknown color: approx Myrtle. HEX triplet: 19, 4C and 00. RGB value is (25,76,0). Sum of RGB (Red+Green+Blue) = 25+76+0=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 76 (30.08% from 255 or 75.25% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 76 - color contains mainly: green. Hex color #194C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194C00 is #E6B3FF. Grayscale: #343434. Windows color (decimal): -15119360 or 19481. OLE color: 19481.

HSL color Cylindrical-coordinate representation of color #194C00: hue angle of 100.26º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #194C00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB25760-
CMYK0.67010.70
HSL100.26º100%14.9%-
HSV(B)100.26º100%29.8%-
XYZ2.995.380.88-
YUV52.0998.6108.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 76 (30.08% from 255) = 75.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.75%
G=75.25%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal257600.67010.70100.2610014.9
Hex194C043064466464f
Octal311140103014410614414417
Binary11001100110001000011011001001000110110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194C00; }

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

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

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

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

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

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

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

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