Html Css Color HEX #13390F Myrtle

📋 copy color: '#13390F'

red 19 ◦ green 57 ◦ blue 15

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

Shades of Myrtle #13390F

Tints of Myrtle #13390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 62.64%

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

R = 20.88%
G = 62.64%
B = 16.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#13390F (or 0x13390F) is known color: Myrtle. HEX triplet: 13, 39 and 0F. RGB value is (19,57,15). Sum of RGB (Red+Green+Blue) = 19+57+15=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #13390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13390F is #ECC6F0. Grayscale: #282828. Windows color (decimal): -15517425 or 997651. OLE color: 997651.

HSL color Cylindrical-coordinate representation of color #13390F: hue angle of 114.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13390F is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 15 -
CMYK 0.67 0 0.74 0.78
HSL 114.29º 0.58% 0.14% -
HSV(B) 114.29º 0.74% 0.22% -
XYZ 1.82 3.1 0.95 -
YUV 40.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 19 57 15 0.67 0 0.74 0.78 114.29 0.58 0.14
Hex 13 39 F 43 0 4A 4E 72 3A E
Octal 23 71 17 103 0 112 116 162 72 16
Binary 10011 111001 1111 1000011 0 1001010 1001110 1110010 111010 1110

Color Harmonies of #13390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13390F

Black with #13390F

Text Example


Text Example

White with #13390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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