Html Css Color HEX #13300A Myrtle

📋 copy color: '#13300A'

red 19 ◦ green 48 ◦ blue 10

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

Shades of Myrtle #13300A

Tints of Myrtle #13300A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 62.34%

 BLUE value IS 10 (4.3% from 255) = 12.99%

R = 24.68%
G = 62.34%
B = 12.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#13300A (or 0x13300A) is known color: Myrtle. HEX triplet: 13, 30 and 0A. RGB value is (19,48,10). Sum of RGB (Red+Green+Blue) = 19+48+10=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #13300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13300A is #ECCFF5. Grayscale: #232323. Windows color (decimal): -15519734 or 667667. OLE color: 667667.

HSL color Cylindrical-coordinate representation of color #13300A: hue angle of 105.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13300A is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 10 -
CMYK 0.60 0 0.79 0.81
HSL 105.79º 0.66% 0.11% -
HSV(B) 105.79º 0.79% 0.19% -
XYZ 1.38 2.27 0.65 -
YUV 35 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 19 48 10 0.60 0 0.79 0.81 105.79 0.66 0.11
Hex 13 30 A 3C 0 4F 51 6A 42 B
Octal 23 60 12 74 0 117 121 152 102 13
Binary 10011 110000 1010 111100 0 1001111 1010001 1101010 1000010 1011

Color Harmonies of #13300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13300A

Black with #13300A

Text Example


Text Example

White with #13300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13300A; }

 p { color: rgb(19,48,10); }

 H1.HeaderClassName
 {
   color: #13300A;
 }
 .AnyTagClassName
 {
   color: #13300A;
 }
</style>

background-color css

<style>
 a { background-color: #13300A; }

 a { background-color: rgb(19,48,10); }

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

border-color css

<style>
 span { border-color: #13300A; }

 span { border-color: rgb(19,48,10); }

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