Html Css Color HEX #13360F Myrtle

📋 copy color: '#13360F'

red 19 ◦ green 54 ◦ blue 15

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

Shades of Myrtle #13360F

Tints of Myrtle #13360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 61.36%

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

R = 21.59%
G = 61.36%
B = 17.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#13360F (or 0x13360F) is known color: Myrtle. HEX triplet: 13, 36 and 0F. RGB value is (19,54,15). Sum of RGB (Red+Green+Blue) = 19+54+15=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 54 (21.48% from 255 or 61.36% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 54 - color contains mainly: green. Hex color #13360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13360F is #ECC9F0. Grayscale: #272727. Windows color (decimal): -15518193 or 996883. OLE color: 996883.

HSL color Cylindrical-coordinate representation of color #13360F: hue angle of 113.85º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13360F is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 15 -
CMYK 0.65 0 0.72 0.79
HSL 113.85º 0.57% 0.14% -
HSV(B) 113.85º 0.72% 0.21% -
XYZ 1.67 2.81 0.91 -
YUV 39.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 19 54 15 0.65 0 0.72 0.79 113.85 0.57 0.14
Hex 13 36 F 41 0 48 4F 72 39 E
Octal 23 66 17 101 0 110 117 162 71 16
Binary 10011 110110 1111 1000001 0 1001000 1001111 1110010 111001 1110

Color Harmonies of #13360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13360F

Black with #13360F

Text Example


Text Example

White with #13360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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