Html Css Color HEX #13250D Myrtle

📋 copy color: '#13250D'

red 19 ◦ green 37 ◦ blue 13

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

Shades of Myrtle #13250D

Tints of Myrtle #13250D

RGB

 RED value IS 19 (7.81% from 255) = 27.54%

 GREEN value IS 37 (14.84% from 255) = 53.62%

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

R = 27.54%
G = 53.62%
B = 18.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#13250D (or 0x13250D) is known color: Myrtle. HEX triplet: 13, 25 and 0D. RGB value is (19,37,13). Sum of RGB (Red+Green+Blue) = 19+37+13=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #13250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13250D is #ECDAF2. Grayscale: #1C1C1C. Windows color (decimal): -15522547 or 861459. OLE color: 861459.

HSL color Cylindrical-coordinate representation of color #13250D: hue angle of 105º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13250D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 37 13 -
CMYK 0.49 0 0.65 0.85
HSL 105º 0.48% 0.1% -
HSV(B) 105º 0.65% 0.15% -
XYZ 1 1.49 0.62 -
YUV 28.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 19 37 13 0.49 0 0.65 0.85 105 0.48 0.1
Hex 13 25 D 31 0 41 55 69 30 A
Octal 23 45 15 61 0 101 125 151 60 12
Binary 10011 100101 1101 110001 0 1000001 1010101 1101001 110000 1010

Color Harmonies of #13250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13250D

Black with #13250D

Text Example


Text Example

White with #13250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,37,13); }

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

background-color css

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

 a { background-color: rgb(19,37,13); }

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

border-color css

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

 span { border-color: rgb(19,37,13); }

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