#194701

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

Shades of Myrtle #194701

Tints of Myrtle #194701

Color information

#194701 (or 0x194701) is unknown color: approx Myrtle. HEX triplet: 19, 47 and 01. RGB value is (25,71,1). Sum of RGB (Red+Green+Blue) = 25+71+1=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #194701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194701 is #E6B8FE. Grayscale: #313131. Windows color (decimal): -15120639 or 83737. OLE color: 83737.

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

Color convert

RGB25711-
CMYK0.6500.990.72
HSL99.43º97.22%14.12%-
HSV(B)99.43º98.59%27.84%-
XYZ2.664.720.8-
YUV49.27100.76110.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.77%
GREEN value IS 71 (28.12% from 255) = 73.20%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=25.77%
G=73.20%
B=1.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal257110.6500.990.7299.4397.2214.12
Hex1947141063486361e
Octal311071101014311014314116
Binary11001100011111000001011000111001000110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194701; }

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

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

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

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

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

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

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

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