Html Css Color HEX #133411 Myrtle

📋 copy color: '#133411'

red 19 ◦ green 52 ◦ blue 17

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

Shades of Myrtle #133411

Tints of Myrtle #133411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.32%

R = 21.59%
G = 59.09%
B = 19.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#133411 (or 0x133411) is known color: Myrtle. HEX triplet: 13, 34 and 11. RGB value is (19,52,17). Sum of RGB (Red+Green+Blue) = 19+52+17=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #133411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133411 is #ECCBEE. Grayscale: #262626. Windows color (decimal): -15518703 or 1127443. OLE color: 1127443.

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

Color convert

RGB 19 52 17 -
CMYK 0.63 0 0.67 0.80
HSL 116.57º 0.51% 0.14% -
HSV(B) 116.57º 0.67% 0.2% -
XYZ 1.6 2.63 0.95 -
YUV 38.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 19 52 17 0.63 0 0.67 0.80 116.57 0.51 0.14
Hex 13 34 11 3F 0 43 50 75 33 E
Octal 23 64 21 77 0 103 120 165 63 16
Binary 10011 110100 10001 111111 0 1000011 1010000 1110101 110011 1110

Color Harmonies of #133411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133411

Black with #133411

Text Example


Text Example

White with #133411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133411; }

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

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

background-color css

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

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

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

border-color css

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

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

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