#194B21

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

Shades of Myrtle #194B21

Tints of Myrtle #194B21

Color information

#194B21 (or 0x194B21) is unknown color: approx Myrtle. HEX triplet: 19, 4B and 21. RGB value is (25,75,33). Sum of RGB (Red+Green+Blue) = 25+75+33=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #194B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B21 is #E6B4DE. Grayscale: #373737. Windows color (decimal): -15119583 or 2181913. OLE color: 2181913.

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

Color convert

RGB257533-
CMYK0.6700.560.71
HSL129.6º50%19.61%-
HSV(B)129.6º66.67%29.41%-
XYZ3.195.352.3-
YUV55.26115.44106.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 75 (29.69% from 255) = 56.39%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=18.80%
G=56.39%
B=24.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575330.6700.560.71129.65019.61
Hex194B214303847823214
Octal31113411030701072026224
Binary1100110010111000011000011011100010001111000001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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