Html Css Color HEX #133B0B Myrtle

📋 copy color: '#133B0B'

red 19 ◦ green 59 ◦ blue 11

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

Shades of Myrtle #133B0B

Tints of Myrtle #133B0B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 66.29%

 BLUE value IS 11 (4.69% from 255) = 12.36%

R = 21.35%
G = 66.29%
B = 12.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#133B0B (or 0x133B0B) is known color: Myrtle. HEX triplet: 13, 3B and 0B. RGB value is (19,59,11). Sum of RGB (Red+Green+Blue) = 19+59+11=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #133B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B0B is #ECC4F4. Grayscale: #292929. Windows color (decimal): -15516917 or 736019. OLE color: 736019.

HSL color Cylindrical-coordinate representation of color #133B0B: hue angle of 110º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133B0B is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 59 11 -
CMYK 0.68 0 0.81 0.77
HSL 110º 0.69% 0.14% -
HSV(B) 110º 0.81% 0.23% -
XYZ 1.89 3.29 0.85 -
YUV 41.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 19 59 11 0.68 0 0.81 0.77 110 0.69 0.14
Hex 13 3B B 44 0 51 4D 6E 45 E
Octal 23 73 13 104 0 121 115 156 105 16
Binary 10011 111011 1011 1000100 0 1010001 1001101 1101110 1000101 1110

Color Harmonies of #133B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B0B

Black with #133B0B

Text Example


Text Example

White with #133B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,59,11); }

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

background-color css

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

 a { background-color: rgb(19,59,11); }

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

border-color css

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

 span { border-color: rgb(19,59,11); }

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