Html Css Color HEX #133816 Myrtle

📋 copy color: '#133816'

red 19 ◦ green 56 ◦ blue 22

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

Shades of Myrtle #133816

Tints of Myrtle #133816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 57.73%

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

R = 19.59%
G = 57.73%
B = 22.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#133816 (or 0x133816) is known color: Myrtle. HEX triplet: 13, 38 and 16. RGB value is (19,56,22). Sum of RGB (Red+Green+Blue) = 19+56+22=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #133816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133816 is #ECC7E9. Grayscale: #292929. Windows color (decimal): -15517674 or 1456147. OLE color: 1456147.

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

Color convert

RGB 19 56 22 -
CMYK 0.66 0 0.61 0.78
HSL 124.86º 0.49% 0.15% -
HSV(B) 124.86º 0.66% 0.22% -
XYZ 1.83 3.02 1.25 -
YUV 41.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 19 56 22 0.66 0 0.61 0.78 124.86 0.49 0.15
Hex 13 38 16 42 0 3D 4E 7D 31 F
Octal 23 70 26 102 0 75 116 175 61 17
Binary 10011 111000 10110 1000010 0 111101 1001110 1111101 110001 1111

Color Harmonies of #133816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133816

Black with #133816

Text Example


Text Example

White with #133816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133816; }

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

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

background-color css

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

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

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

border-color css

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

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

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