Html Css Color HEX #194613 Myrtle

📋 copy color: '#194613'

red 25 ◦ green 70 ◦ blue 19

#194613
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #194613

Tints of Myrtle #194613

RGB

 RED value IS 25 (10.16% from 255) = 21.93%

 GREEN value IS 70 (27.73% from 255) = 61.4%

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 21.93%
G = 61.4%
B = 16.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#194613 (or 0x194613) is known color: Myrtle. HEX triplet: 19, 46 and 13. RGB value is (25,70,19). Sum of RGB (Red+Green+Blue) = 25+70+19=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #194613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194613 is #E6B9EC. Grayscale: #323232. Windows color (decimal): -15120877 or 1263129. OLE color: 1263129.

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

Color convert

RGB 25 70 19 -
CMYK 0.64 0 0.73 0.73
HSL 112.94º 0.57% 0.17% -
HSV(B) 112.94º 0.73% 0.27% -
XYZ 2.71 4.63 1.37 -
YUV 50.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 25 70 19 0.64 0 0.73 0.73 112.94 0.57 0.17
Hex 19 46 13 40 0 49 49 71 39 11
Octal 31 106 23 100 0 111 111 161 71 21
Binary 11001 1000110 10011 1000000 0 1001001 1001001 1110001 111001 10001

Color Harmonies of #194613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194613

Black with #194613

Text Example


Text Example

White with #194613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194613; }

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

 H1.HeaderClassName
 {
   color: #194613;
 }
 .AnyTagClassName
 {
   color: #194613;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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