#194C21

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

Shades of Myrtle #194C21

Tints of Myrtle #194C21

Color information

#194C21 (or 0x194C21) is unknown color: approx Myrtle. HEX triplet: 19, 4C and 21. RGB value is (25,76,33). Sum of RGB (Red+Green+Blue) = 25+76+33=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #194C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C21 is #E6B3DE. Grayscale: #373737. Windows color (decimal): -15119327 or 2182169. OLE color: 2182169.

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

Color convert

RGB257633-
CMYK0.6700.570.70
HSL129.41º50.5%19.8%-
HSV(B)129.41º67.11%29.8%-
XYZ3.265.492.33-
YUV55.85115.1106-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 76 (30.08% from 255) = 56.72%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=18.66%
G=56.72%
B=24.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576330.6700.570.70129.4150.519.8
Hex194C214303946813214
Octal31114411030711062016224
Binary1100110011001000011000011011100110001101000000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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