Html Css Color HEX #133209 Myrtle

📋 copy color: '#133209'

red 19 ◦ green 50 ◦ blue 9

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

Shades of Myrtle #133209

Tints of Myrtle #133209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 64.1%

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

R = 24.36%
G = 64.1%
B = 11.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#133209 (or 0x133209) is known color: Myrtle. HEX triplet: 13, 32 and 09. RGB value is (19,50,9). Sum of RGB (Red+Green+Blue) = 19+50+9=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #133209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133209 is #ECCDF6. Grayscale: #242424. Windows color (decimal): -15519223 or 602643. OLE color: 602643.

HSL color Cylindrical-coordinate representation of color #133209: hue angle of 105.37º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133209 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 9 -
CMYK 0.62 0 0.82 0.80
HSL 105.37º 0.69% 0.12% -
HSV(B) 105.37º 0.82% 0.2% -
XYZ 1.46 2.44 0.65 -
YUV 36.06 112.73 115.83 -
System Red Green Blue C M Y K H S L
Decimal 19 50 9 0.62 0 0.82 0.80 105.37 0.69 0.12
Hex 13 32 9 3E 0 52 50 69 45 C
Octal 23 62 11 76 0 122 120 151 105 14
Binary 10011 110010 1001 111110 0 1010010 1010000 1101001 1000101 1100

Color Harmonies of #133209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133209

Black with #133209

Text Example


Text Example

White with #133209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133209; }

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

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

background-color css

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

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

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

border-color css

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

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

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