Html Css Color HEX #13250F Myrtle

📋 copy color: '#13250F'

red 19 ◦ green 37 ◦ blue 15

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

Shades of Myrtle #13250F

Tints of Myrtle #13250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 21.13%

R = 26.76%
G = 52.11%
B = 21.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#13250F (or 0x13250F) is known color: Myrtle. HEX triplet: 13, 25 and 0F. RGB value is (19,37,15). Sum of RGB (Red+Green+Blue) = 19+37+15=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #13250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13250F is #ECDAF0. Grayscale: #1D1D1D. Windows color (decimal): -15522545 or 992531. OLE color: 992531.

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

Color convert

RGB 19 37 15 -
CMYK 0.49 0 0.59 0.85
HSL 109.09º 0.42% 0.1% -
HSV(B) 109.09º 0.59% 0.15% -
XYZ 1.02 1.5 0.69 -
YUV 29.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 19 37 15 0.49 0 0.59 0.85 109.09 0.42 0.1
Hex 13 25 F 31 0 3B 55 6D 2A A
Octal 23 45 17 61 0 73 125 155 52 12
Binary 10011 100101 1111 110001 0 111011 1010101 1101101 101010 1010

Color Harmonies of #13250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13250F

Black with #13250F

Text Example


Text Example

White with #13250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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