Html Css Color HEX #13620F Myrtle

📋 copy color: '#13620F'

red 19 ◦ green 98 ◦ blue 15

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

Shades of Myrtle #13620F

Tints of Myrtle #13620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 74.24%

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

R = 14.39%
G = 74.24%
B = 11.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#13620F (or 0x13620F) is known color: Myrtle. HEX triplet: 13, 62 and 0F. RGB value is (19,98,15). Sum of RGB (Red+Green+Blue) = 19+98+15=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #13620F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13620F is #EC9DF0. Grayscale: #414141. Windows color (decimal): -15506929 or 1008147. OLE color: 1008147.

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

Color convert

RGB 19 98 15 -
CMYK 0.81 0 0.85 0.62
HSL 117.11º 0.73% 0.22% -
HSV(B) 117.11º 0.85% 0.38% -
XYZ 4.72 8.91 1.92 -
YUV 64.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 19 98 15 0.81 0 0.85 0.62 117.11 0.73 0.22
Hex 13 62 F 51 0 55 3E 75 49 16
Octal 23 142 17 121 0 125 76 165 111 26
Binary 10011 1100010 1111 1010001 0 1010101 111110 1110101 1001001 10110

Color Harmonies of #13620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13620F

Black with #13620F

Text Example


Text Example

White with #13620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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