Html Css Color HEX #133813 Myrtle

📋 copy color: '#133813'

red 19 ◦ green 56 ◦ blue 19

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

Shades of Myrtle #133813

Tints of Myrtle #133813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 20.21%
G = 59.57%
B = 20.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#133813 (or 0x133813) is known color: Myrtle. HEX triplet: 13, 38 and 13. RGB value is (19,56,19). Sum of RGB (Red+Green+Blue) = 19+56+19=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #133813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133813 is #ECC7EC. Grayscale: #282828. Windows color (decimal): -15517677 or 1259539. OLE color: 1259539.

HSL color Cylindrical-coordinate representation of color #133813: hue angle of 120º 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 #133813 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 19 -
CMYK 0.66 0 0.66 0.78
HSL 120º 0.49% 0.15% -
HSV(B) 120º 0.66% 0.22% -
XYZ 1.8 3.01 1.1 -
YUV 40.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 19 56 19 0.66 0 0.66 0.78 120 0.49 0.15
Hex 13 38 13 42 0 42 4E 78 31 F
Octal 23 70 23 102 0 102 116 170 61 17
Binary 10011 111000 10011 1000010 0 1000010 1001110 1111000 110001 1111

Color Harmonies of #133813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133813

Black with #133813

Text Example


Text Example

White with #133813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133813; }

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

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

background-color css

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

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

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

border-color css

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

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

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