Html Css Color HEX #13350F Myrtle

📋 copy color: '#13350F'

red 19 ◦ green 53 ◦ blue 15

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

Shades of Myrtle #13350F

Tints of Myrtle #13350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 60.92%

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

R = 21.84%
G = 60.92%
B = 17.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#13350F (or 0x13350F) is known color: Myrtle. HEX triplet: 13, 35 and 0F. RGB value is (19,53,15). Sum of RGB (Red+Green+Blue) = 19+53+15=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 53 (21.09% from 255 or 60.92% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 53 - color contains mainly: green. Hex color #13350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13350F is #ECCAF0. Grayscale: #262626. Windows color (decimal): -15518449 or 996627. OLE color: 996627.

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

Color convert

RGB 19 53 15 -
CMYK 0.64 0 0.72 0.79
HSL 113.68º 0.56% 0.13% -
HSV(B) 113.68º 0.72% 0.21% -
XYZ 1.63 2.72 0.89 -
YUV 38.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 19 53 15 0.64 0 0.72 0.79 113.68 0.56 0.13
Hex 13 35 F 40 0 48 4F 72 38 D
Octal 23 65 17 100 0 110 117 162 70 15
Binary 10011 110101 1111 1000000 0 1001000 1001111 1110010 111000 1101

Color Harmonies of #13350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13350F

Black with #13350F

Text Example


Text Example

White with #13350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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