Html Css Color HEX #13240F Myrtle

📋 copy color: '#13240F'

red 19 ◦ green 36 ◦ blue 15

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

Shades of Myrtle #13240F

Tints of Myrtle #13240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 51.43%

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

R = 27.14%
G = 51.43%
B = 21.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#13240F (or 0x13240F) is known color: Myrtle. HEX triplet: 13, 24 and 0F. RGB value is (19,36,15). Sum of RGB (Red+Green+Blue) = 19+36+15=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #13240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13240F is #ECDBF0. Grayscale: #1C1C1C. Windows color (decimal): -15522801 or 992275. OLE color: 992275.

HSL color Cylindrical-coordinate representation of color #13240F: hue angle of 108.57º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13240F is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 36 15 -
CMYK 0.47 0 0.58 0.86
HSL 108.57º 0.41% 0.1% -
HSV(B) 108.57º 0.58% 0.14% -
XYZ 0.99 1.43 0.68 -
YUV 28.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 19 36 15 0.47 0 0.58 0.86 108.57 0.41 0.1
Hex 13 24 F 2F 0 3A 56 6D 29 A
Octal 23 44 17 57 0 72 126 155 51 12
Binary 10011 100100 1111 101111 0 111010 1010110 1101101 101001 1010

Color Harmonies of #13240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13240F

Black with #13240F

Text Example


Text Example

White with #13240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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