Html Css Color HEX #133B16 Myrtle

📋 copy color: '#133B16'

red 19 ◦ green 59 ◦ blue 22

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

Shades of Myrtle #133B16

Tints of Myrtle #133B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22%

R = 19%
G = 59%
B = 22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.77

RGB Variations

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

Color information

#133B16 (or 0x133B16) is known color: Myrtle. HEX triplet: 13, 3B and 16. RGB value is (19,59,22). Sum of RGB (Red+Green+Blue) = 19+59+22=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 59 (23.44% from 255 or 59% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 59 - color contains mainly: green. Hex color #133B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B16 is #ECC4E9. Grayscale: #2A2A2A. Windows color (decimal): -15516906 or 1456915. OLE color: 1456915.

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

Color convert

RGB 19 59 22 -
CMYK 0.68 0 0.63 0.77
HSL 124.5º 0.51% 0.15% -
HSV(B) 124.5º 0.68% 0.23% -
XYZ 1.98 3.32 1.3 -
YUV 42.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 19 59 22 0.68 0 0.63 0.77 124.5 0.51 0.15
Hex 13 3B 16 44 0 3F 4D 7C 33 F
Octal 23 73 26 104 0 77 115 174 63 17
Binary 10011 111011 10110 1000100 0 111111 1001101 1111100 110011 1111

Color Harmonies of #133B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B16

Black with #133B16

Text Example


Text Example

White with #133B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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