Html Css Color HEX #133916 Myrtle

📋 copy color: '#133916'

red 19 ◦ green 57 ◦ blue 22

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

Shades of Myrtle #133916

Tints of Myrtle #133916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 58.16%

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

R = 19.39%
G = 58.16%
B = 22.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#133916 (or 0x133916) is known color: Myrtle. HEX triplet: 13, 39 and 16. RGB value is (19,57,22). Sum of RGB (Red+Green+Blue) = 19+57+22=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #133916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133916 is #ECC6E9. Grayscale: #292929. Windows color (decimal): -15517418 or 1456403. OLE color: 1456403.

HSL color Cylindrical-coordinate representation of color #133916: hue angle of 124.74º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133916 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 22 -
CMYK 0.67 0 0.61 0.78
HSL 124.74º 0.5% 0.15% -
HSV(B) 124.74º 0.67% 0.22% -
XYZ 1.88 3.12 1.26 -
YUV 41.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 19 57 22 0.67 0 0.61 0.78 124.74 0.5 0.15
Hex 13 39 16 43 0 3D 4E 7D 32 F
Octal 23 71 26 103 0 75 116 175 62 17
Binary 10011 111001 10110 1000011 0 111101 1001110 1111101 110010 1111

Color Harmonies of #133916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133916

Black with #133916

Text Example


Text Example

White with #133916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133916; }

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

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

background-color css

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

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

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

border-color css

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

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

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