#194B18

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

Shades of Myrtle #194B18

Tints of Myrtle #194B18

Color information

#194B18 (or 0x194B18) is unknown color: approx Myrtle. HEX triplet: 19, 4B and 18. RGB value is (25,75,24). Sum of RGB (Red+Green+Blue) = 25+75+24=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #194B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194B18 is #E6B4E7. Grayscale: #363636. Windows color (decimal): -15119592 or 1592089. OLE color: 1592089.

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

Color convert

RGB257524-
CMYK0.6700.680.71
HSL118.82º51.52%19.41%-
HSV(B)118.82º68%29.41%-
XYZ3.085.31.73-
YUV54.24110.94107.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 75 (29.69% from 255) = 60.48%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=20.16%
G=60.48%
B=19.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575240.6700.680.71118.8251.5219.41
Hex194B184304447773413
Octal311133010301041071676423
Binary110011001011110001000011010001001000111111011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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