Html Css Color HEX #193419 Myrtle

📋 copy color: '#193419'

red 25 ◦ green 52 ◦ blue 25

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

Shades of Myrtle #193419

Tints of Myrtle #193419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50.98%

 BLUE value IS 25 (10.16% from 255) = 24.51%

R = 24.51%
G = 50.98%
B = 24.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#193419 (or 0x193419) is known color: Myrtle. HEX triplet: 19, 34 and 19. RGB value is (25,52,25). Sum of RGB (Red+Green+Blue) = 25+52+25=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #193419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193419 is #E6CBE6. Grayscale: #282828. Windows color (decimal): -15125479 or 1651737. OLE color: 1651737.

HSL color Cylindrical-coordinate representation of color #193419: hue angle of 120º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193419 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 52 25 -
CMYK 0.52 0 0.52 0.80
HSL 120º 0.35% 0.15% -
HSV(B) 120º 0.52% 0.2% -
XYZ 1.8 2.73 1.35 -
YUV 40.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 25 52 25 0.52 0 0.52 0.80 120 0.35 0.15
Hex 19 34 19 34 0 34 50 78 23 F
Octal 31 64 31 64 0 64 120 170 43 17
Binary 11001 110100 11001 110100 0 110100 1010000 1111000 100011 1111

Color Harmonies of #193419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193419

Black with #193419

Text Example


Text Example

White with #193419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193419; }

 p { color: rgb(25,52,25); }

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

background-color css

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

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

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

border-color css

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

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

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