#194f01

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

Shades of Myrtle #194F01

Tints of Myrtle #194F01

Color information

#194F01 (or 0x194F01) is unknown color: approx Myrtle. HEX triplet: 19, 4F and 01. RGB value is (25,79,1). Sum of RGB (Red+Green+Blue) = 25+79+1=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 79 (31.25% from 255 or 75.24% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 79 - color contains mainly: green. Hex color #194F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #194F01 is #E6B0FE. Grayscale: #363636. Windows color (decimal): -15118591 or 85785. OLE color: 85785.

HSL color Cylindrical-coordinate representation of color #194F01: hue angle of 101.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #194F01 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB25791-
CMYK0.6800.990.69
HSL101.54º97.5%15.69%-
HSV(B)101.54º98.73%30.98%-
XYZ3.25.80.98-
YUV53.9698.11107.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 79 (31.25% from 255) = 75.24%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=23.81%
G=75.24%
B=0.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal257910.6800.990.69101.5497.515.69
Hex194F14406345666210
Octal311171104014310514614220
Binary110011001111110001000110001110001011100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194f01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,79,1); }

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

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

 a { background-color: rgb(25,79,1); }

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

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

 span { border-color: rgb(25,79,1); }

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