Html Css Color HEX #13250E Myrtle

📋 copy color: '#13250E'

red 19 ◦ green 37 ◦ blue 14

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

Shades of Myrtle #13250E

Tints of Myrtle #13250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 20%

R = 27.14%
G = 52.86%
B = 20%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#13250E (or 0x13250E) is known color: Myrtle. HEX triplet: 13, 25 and 0E. RGB value is (19,37,14). Sum of RGB (Red+Green+Blue) = 19+37+14=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #13250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13250E is #ECDAF1. Grayscale: #1D1D1D. Windows color (decimal): -15522546 or 926995. OLE color: 926995.

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

Color convert

RGB 19 37 14 -
CMYK 0.49 0 0.62 0.85
HSL 106.96º 0.45% 0.1% -
HSV(B) 106.96º 0.62% 0.15% -
XYZ 1.01 1.49 0.65 -
YUV 29 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 19 37 14 0.49 0 0.62 0.85 106.96 0.45 0.1
Hex 13 25 E 31 0 3E 55 6B 2D A
Octal 23 45 16 61 0 76 125 153 55 12
Binary 10011 100101 1110 110001 0 111110 1010101 1101011 101101 1010

Color Harmonies of #13250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13250E

Black with #13250E

Text Example


Text Example

White with #13250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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