Html Css Color HEX #132809 Myrtle

📋 copy color: '#132809'

red 19 ◦ green 40 ◦ blue 9

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

Shades of Myrtle #132809

Tints of Myrtle #132809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 58.82%

 BLUE value IS 9 (3.91% from 255) = 13.24%

R = 27.94%
G = 58.82%
B = 13.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#132809 (or 0x132809) is known color: Myrtle. HEX triplet: 13, 28 and 09. RGB value is (19,40,9). Sum of RGB (Red+Green+Blue) = 19+40+9=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #132809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132809 is #ECD7F6. Grayscale: #1E1E1E. Windows color (decimal): -15521783 or 600083. OLE color: 600083.

HSL color Cylindrical-coordinate representation of color #132809: hue angle of 100.65º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132809 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 40 9 -
CMYK 0.52 0 0.78 0.84
HSL 100.65º 0.63% 0.1% -
HSV(B) 100.65º 0.78% 0.16% -
XYZ 1.08 1.68 0.53 -
YUV 30.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 19 40 9 0.52 0 0.78 0.84 100.65 0.63 0.1
Hex 13 28 9 34 0 4E 54 65 3F A
Octal 23 50 11 64 0 116 124 145 77 12
Binary 10011 101000 1001 110100 0 1001110 1010100 1100101 111111 1010

Color Harmonies of #132809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132809

Black with #132809

Text Example


Text Example

White with #132809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132809; }

 p { color: rgb(19,40,9); }

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

background-color css

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

 a { background-color: rgb(19,40,9); }

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

border-color css

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

 span { border-color: rgb(19,40,9); }

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