Html Css Color HEX #133A09 Myrtle

📋 copy color: '#133A09'

red 19 ◦ green 58 ◦ blue 9

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

Shades of Myrtle #133A09

Tints of Myrtle #133A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 67.44%

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

R = 22.09%
G = 67.44%
B = 10.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.77

RGB Variations

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

Color information

#133A09 (or 0x133A09) is known color: Myrtle. HEX triplet: 13, 3A and 09. RGB value is (19,58,9). Sum of RGB (Red+Green+Blue) = 19+58+9=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 58 (23.05% from 255 or 67.44% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 58 - color contains mainly: green. Hex color #133A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A09 is #ECC5F6. Grayscale: #282828. Windows color (decimal): -15517175 or 604691. OLE color: 604691.

HSL color Cylindrical-coordinate representation of color #133A09: hue angle of 107.76º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133A09 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 9 -
CMYK 0.67 0 0.84 0.77
HSL 107.76º 0.73% 0.13% -
HSV(B) 107.76º 0.84% 0.23% -
XYZ 1.83 3.18 0.78 -
YUV 40.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 19 58 9 0.67 0 0.84 0.77 107.76 0.73 0.13
Hex 13 3A 9 43 0 54 4D 6C 49 D
Octal 23 72 11 103 0 124 115 154 111 15
Binary 10011 111010 1001 1000011 0 1010100 1001101 1101100 1001001 1101

Color Harmonies of #133A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A09

Black with #133A09

Text Example


Text Example

White with #133A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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