Html Css Color HEX #13600F Myrtle

📋 copy color: '#13600F'

red 19 ◦ green 96 ◦ blue 15

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

Shades of Myrtle #13600F

Tints of Myrtle #13600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 73.85%

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

R = 14.62%
G = 73.85%
B = 11.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#13600F (or 0x13600F) is known color: Myrtle. HEX triplet: 13, 60 and 0F. RGB value is (19,96,15). Sum of RGB (Red+Green+Blue) = 19+96+15=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #13600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13600F is #EC9FF0. Grayscale: #3F3F3F. Windows color (decimal): -15507441 or 1007635. OLE color: 1007635.

HSL color Cylindrical-coordinate representation of color #13600F: hue angle of 117.04º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13600F is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 15 -
CMYK 0.80 0 0.84 0.62
HSL 117.04º 0.73% 0.22% -
HSV(B) 117.04º 0.84% 0.38% -
XYZ 4.54 8.54 1.86 -
YUV 63.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 19 96 15 0.80 0 0.84 0.62 117.04 0.73 0.22
Hex 13 60 F 50 0 54 3E 75 49 16
Octal 23 140 17 120 0 124 76 165 111 26
Binary 10011 1100000 1111 1010000 0 1010100 111110 1110101 1001001 10110

Color Harmonies of #13600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13600F

Black with #13600F

Text Example


Text Example

White with #13600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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