Html Css Color HEX #13250C Myrtle

📋 copy color: '#13250C'

red 19 ◦ green 37 ◦ blue 12

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

Shades of Myrtle #13250C

Tints of Myrtle #13250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 17.65%

R = 27.94%
G = 54.41%
B = 17.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#13250C (or 0x13250C) is known color: Myrtle. HEX triplet: 13, 25 and 0C. RGB value is (19,37,12). Sum of RGB (Red+Green+Blue) = 19+37+12=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #13250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13250C is #ECDAF3. Grayscale: #1C1C1C. Windows color (decimal): -15522548 or 795923. OLE color: 795923.

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

Color convert

RGB 19 37 12 -
CMYK 0.49 0 0.68 0.85
HSL 103.2º 0.51% 0.1% -
HSV(B) 103.2º 0.68% 0.15% -
XYZ 1 1.49 0.58 -
YUV 28.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 19 37 12 0.49 0 0.68 0.85 103.2 0.51 0.1
Hex 13 25 C 31 0 44 55 67 33 A
Octal 23 45 14 61 0 104 125 147 63 12
Binary 10011 100101 1100 110001 0 1000100 1010101 1100111 110011 1010

Color Harmonies of #13250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13250C

Black with #13250C

Text Example


Text Example

White with #13250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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