Html Css Color HEX #194714 Myrtle

📋 copy color: '#194714'

red 25 ◦ green 71 ◦ blue 20

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

Shades of Myrtle #194714

Tints of Myrtle #194714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 61.21%

 BLUE value IS 20 (8.2% from 255) = 17.24%

R = 21.55%
G = 61.21%
B = 17.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#194714 (or 0x194714) is known color: Myrtle. HEX triplet: 19, 47 and 14. RGB value is (25,71,20). Sum of RGB (Red+Green+Blue) = 25+71+20=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #194714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194714 is #E6B8EB. Grayscale: #333333. Windows color (decimal): -15120620 or 1328921. OLE color: 1328921.

HSL color Cylindrical-coordinate representation of color #194714: hue angle of 114.12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194714 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 71 20 -
CMYK 0.65 0 0.72 0.72
HSL 114.12º 0.56% 0.18% -
HSV(B) 114.12º 0.72% 0.28% -
XYZ 2.78 4.76 1.43 -
YUV 51.43 110.26 109.15 -
System Red Green Blue C M Y K H S L
Decimal 25 71 20 0.65 0 0.72 0.72 114.12 0.56 0.18
Hex 19 47 14 41 0 48 48 72 38 12
Octal 31 107 24 101 0 110 110 162 70 22
Binary 11001 1000111 10100 1000001 0 1001000 1001000 1110010 111000 10010

Color Harmonies of #194714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194714

Black with #194714

Text Example


Text Example

White with #194714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194714; }

 p { color: rgb(25,71,20); }

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

background-color css

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

 a { background-color: rgb(25,71,20); }

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

border-color css

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

 span { border-color: rgb(25,71,20); }

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