Html Css Color HEX #13550F Myrtle

📋 copy color: '#13550F'

red 19 ◦ green 85 ◦ blue 15

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

Shades of Myrtle #13550F

Tints of Myrtle #13550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 71.43%

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

R = 15.97%
G = 71.43%
B = 12.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#13550F (or 0x13550F) is known color: Myrtle. HEX triplet: 13, 55 and 0F. RGB value is (19,85,15). Sum of RGB (Red+Green+Blue) = 19+85+15=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #13550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13550F is #ECAAF0. Grayscale: #393939. Windows color (decimal): -15510257 or 1004819. OLE color: 1004819.

HSL color Cylindrical-coordinate representation of color #13550F: hue angle of 116.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13550F is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 15 -
CMYK 0.78 0 0.82 0.67
HSL 116.57º 0.7% 0.2% -
HSV(B) 116.57º 0.82% 0.33% -
XYZ 3.6 6.67 1.55 -
YUV 57.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 19 85 15 0.78 0 0.82 0.67 116.57 0.7 0.2
Hex 13 55 F 4E 0 52 43 75 46 14
Octal 23 125 17 116 0 122 103 165 106 24
Binary 10011 1010101 1111 1001110 0 1010010 1000011 1110101 1000110 10100

Color Harmonies of #13550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13550F

Black with #13550F

Text Example


Text Example

White with #13550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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