Html Css Color HEX #133409 Myrtle

📋 copy color: '#133409'

red 19 ◦ green 52 ◦ blue 9

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

Shades of Myrtle #133409

Tints of Myrtle #133409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 65%

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

R = 23.75%
G = 65%
B = 11.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#133409 (or 0x133409) is known color: Myrtle. HEX triplet: 13, 34 and 09. RGB value is (19,52,9). Sum of RGB (Red+Green+Blue) = 19+52+9=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #133409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133409 is #ECCBF6. Grayscale: #252525. Windows color (decimal): -15518711 or 603155. OLE color: 603155.

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

Color convert

RGB 19 52 9 -
CMYK 0.63 0 0.83 0.80
HSL 106.05º 0.7% 0.12% -
HSV(B) 106.05º 0.83% 0.2% -
XYZ 1.55 2.61 0.68 -
YUV 37.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 19 52 9 0.63 0 0.83 0.80 106.05 0.7 0.12
Hex 13 34 9 3F 0 53 50 6A 46 C
Octal 23 64 11 77 0 123 120 152 106 14
Binary 10011 110100 1001 111111 0 1010011 1010000 1101010 1000110 1100

Color Harmonies of #133409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133409

Black with #133409

Text Example


Text Example

White with #133409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133409; }

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

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

background-color css

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

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

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

border-color css

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

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

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