#194A01

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

Shades of Myrtle #194A01

Tints of Myrtle #194A01

Color information

#194A01 (or 0x194A01) is unknown color: approx Myrtle. HEX triplet: 19, 4A and 01. RGB value is (25,74,1). Sum of RGB (Red+Green+Blue) = 25+74+1=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 74 (29.30% from 255 or 74% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 74 - color contains mainly: green. Hex color #194A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194A01 is #E6B5FE. Grayscale: #333333. Windows color (decimal): -15119871 or 84505. OLE color: 84505.

HSL color Cylindrical-coordinate representation of color #194A01: hue angle of 100.27º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #194A01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB25741-
CMYK0.6600.990.71
HSL100.27º97.33%14.71%-
HSV(B)100.27º98.65%29.02%-
XYZ2.865.110.86-
YUV51.0399.77109.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25%
GREEN value IS 74 (29.30% from 255) = 74%
BLUE value IS 1 (0.78% from 255) = 1%
R=25%
G=74%
B=1%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal257410.6600.990.71100.2797.3314.71
Hex194A142063476461f
Octal311121102014310714414117
Binary11001100101011000010011000111000111110010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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