Html Css Color HEX #133709 Myrtle

📋 copy color: '#133709'

red 19 ◦ green 55 ◦ blue 9

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

Shades of Myrtle #133709

Tints of Myrtle #133709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 66.27%

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

R = 22.89%
G = 66.27%
B = 10.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#133709 (or 0x133709) is known color: Myrtle. HEX triplet: 13, 37 and 09. RGB value is (19,55,9). Sum of RGB (Red+Green+Blue) = 19+55+9=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 55 (21.88% from 255 or 66.27% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 55 - color contains mainly: green. Hex color #133709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133709 is #ECC8F6. Grayscale: #272727. Windows color (decimal): -15517943 or 603923. OLE color: 603923.

HSL color Cylindrical-coordinate representation of color #133709: hue angle of 106.96º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133709 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 9 -
CMYK 0.65 0 0.84 0.78
HSL 106.96º 0.72% 0.13% -
HSV(B) 106.96º 0.84% 0.22% -
XYZ 1.68 2.89 0.73 -
YUV 38.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 19 55 9 0.65 0 0.84 0.78 106.96 0.72 0.13
Hex 13 37 9 41 0 54 4E 6B 48 D
Octal 23 67 11 101 0 124 116 153 110 15
Binary 10011 110111 1001 1000001 0 1010100 1001110 1101011 1001000 1101

Color Harmonies of #133709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133709

Black with #133709

Text Example


Text Example

White with #133709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133709; }

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

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

background-color css

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

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

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

border-color css

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

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

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