Html Css Color HEX #193714 Myrtle

📋 copy color: '#193714'

red 25 ◦ green 55 ◦ blue 20

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

Shades of Myrtle #193714

Tints of Myrtle #193714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 55%

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

R = 25%
G = 55%
B = 20%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#193714 (or 0x193714) is known color: Myrtle. HEX triplet: 19, 37 and 14. RGB value is (25,55,20). Sum of RGB (Red+Green+Blue) = 25+55+20=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #193714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193714 is #E6C8EB. Grayscale: #2A2A2A. Windows color (decimal): -15124716 or 1324825. OLE color: 1324825.

HSL color Cylindrical-coordinate representation of color #193714: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193714 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 55 20 -
CMYK 0.55 0 0.64 0.78
HSL 111.43º 0.47% 0.15% -
HSV(B) 111.43º 0.64% 0.22% -
XYZ 1.89 2.99 1.14 -
YUV 42.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 25 55 20 0.55 0 0.64 0.78 111.43 0.47 0.15
Hex 19 37 14 37 0 40 4E 6F 2F F
Octal 31 67 24 67 0 100 116 157 57 17
Binary 11001 110111 10100 110111 0 1000000 1001110 1101111 101111 1111

Color Harmonies of #193714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193714

Black with #193714

Text Example


Text Example

White with #193714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193714; }

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

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

background-color css

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

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

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

border-color css

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

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

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