#194B13

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

Shades of Myrtle #194B13

Tints of Myrtle #194B13

Color information

#194B13 (or 0x194B13) is unknown color: approx Myrtle. HEX triplet: 19, 4B and 13. RGB value is (25,75,19). Sum of RGB (Red+Green+Blue) = 25+75+19=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #194B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194B13 is #E6B4EC. Grayscale: #353535. Windows color (decimal): -15119597 or 1264409. OLE color: 1264409.

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

Color convert

RGB257519-
CMYK0.6700.750.71
HSL113.57º59.57%18.43%-
HSV(B)113.57º74.67%29.41%-
XYZ3.035.291.48-
YUV53.67108.44107.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 75 (29.69% from 255) = 63.03%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=21.01%
G=63.03%
B=15.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575190.6700.750.71113.5759.5718.43
Hex194B134304B47723c12
Octal311132310301131071627422
Binary110011001011100111000011010010111000111111001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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