#194C02

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

Shades of Myrtle #194C02

Tints of Myrtle #194C02

Color information

#194C02 (or 0x194C02) is unknown color: approx Myrtle. HEX triplet: 19, 4C and 02. RGB value is (25,76,2). Sum of RGB (Red+Green+Blue) = 25+76+2=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #194C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194C02 is #E6B3FD. Grayscale: #343434. Windows color (decimal): -15119358 or 150553. OLE color: 150553.

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

Color convert

RGB25762-
CMYK0.6700.970.70
HSL101.35º94.87%15.29%-
HSV(B)101.35º97.37%29.8%-
XYZ35.380.94-
YUV52.3299.6108.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 76 (30.08% from 255) = 73.79%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=24.27%
G=73.79%
B=1.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal257620.6700.970.70101.3594.8715.29
Hex194C24306146655ff
Octal311142103014110614513717
Binary110011001100101000011011000011000110110010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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