Html Css Color HEX #13330D Myrtle

📋 copy color: '#13330D'

red 19 ◦ green 51 ◦ blue 13

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

Shades of Myrtle #13330D

Tints of Myrtle #13330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 61.45%

 BLUE value IS 13 (5.47% from 255) = 15.66%

R = 22.89%
G = 61.45%
B = 15.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#13330D (or 0x13330D) is known color: Myrtle. HEX triplet: 13, 33 and 0D. RGB value is (19,51,13). Sum of RGB (Red+Green+Blue) = 19+51+13=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #13330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13330D is #ECCCF2. Grayscale: #252525. Windows color (decimal): -15518963 or 865043. OLE color: 865043.

HSL color Cylindrical-coordinate representation of color #13330D: hue angle of 110.53º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13330D is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 13 -
CMYK 0.63 0 0.75 0.8
HSL 110.53º 0.59% 0.13% -
HSV(B) 110.53º 0.75% 0.2% -
XYZ 1.53 2.54 0.79 -
YUV 37.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 19 51 13 0.63 0 0.75 0.8 110.53 0.59 0.13
Hex 13 33 D 3F 0 4B 50 6F 3B D
Octal 23 63 15 77 0 113 120 157 73 15
Binary 10011 110011 1101 111111 0 1001011 1010000 1101111 111011 1101

Color Harmonies of #13330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13330D

Black with #13330D

Text Example


Text Example

White with #13330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13330D; }

 p { color: rgb(19,51,13); }

 H1.HeaderClassName
 {
   color: #13330D;
 }
 .AnyTagClassName
 {
   color: #13330D;
 }
</style>

background-color css

<style>
 a { background-color: #13330D; }

 a { background-color: rgb(19,51,13); }

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

border-color css

<style>
 span { border-color: #13330D; }

 span { border-color: rgb(19,51,13); }

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