#194620

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

Shades of Myrtle #194620

Tints of Myrtle #194620

Color information

#194620 (or 0x194620) is unknown color: approx Myrtle. HEX triplet: 19, 46 and 20. RGB value is (25,70,32). Sum of RGB (Red+Green+Blue) = 25+70+32=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #194620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194620 is #E6B9DF. Grayscale: #343434. Windows color (decimal): -15120864 or 2115097. OLE color: 2115097.

HSL color Cylindrical-coordinate representation of color #194620: hue angle of 129.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194620 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB257032-
CMYK0.6400.540.73
HSL129.33º47.37%18.63%-
HSV(B)129.33º64.29%27.45%-
XYZ2.854.692.12-
YUV52.21116.59108.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=19.69%
G=55.12%
B=25.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2570320.6400.540.73129.3347.3718.63
Hex1946204003649812f13
Octal31106401000661112015723
Binary1100110001101000001000000011011010010011000000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194620; }

 p { color: rgb(25,70,32); }

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

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

 a { background-color: rgb(25,70,32); }

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

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

 span { border-color: rgb(25,70,32); }

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