Html Css Color HEX #19480D Myrtle

📋 copy color: '#19480D'

red 25 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #19480D

Tints of Myrtle #19480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 65.45%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 22.73%
G = 65.45%
B = 11.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#19480D (or 0x19480D) is known color: Myrtle. HEX triplet: 19, 48 and 0D. RGB value is (25,72,13). Sum of RGB (Red+Green+Blue) = 25+72+13=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #19480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19480D is #E6B7F2. Grayscale: #333333. Windows color (decimal): -15120371 or 870425. OLE color: 870425.

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

Color convert

RGB 25 72 13 -
CMYK 0.65 0 0.82 0.72
HSL 107.8º 0.69% 0.17% -
HSV(B) 107.8º 0.82% 0.28% -
XYZ 2.79 4.87 1.17 -
YUV 51.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 25 72 13 0.65 0 0.82 0.72 107.8 0.69 0.17
Hex 19 48 D 41 0 52 48 6C 45 11
Octal 31 110 15 101 0 122 110 154 105 21
Binary 11001 1001000 1101 1000001 0 1010010 1001000 1101100 1000101 10001

Color Harmonies of #19480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19480D

Black with #19480D

Text Example


Text Example

White with #19480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19480D; }

 p { color: rgb(25,72,13); }

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

background-color css

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

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

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

border-color css

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

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

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