Html Css Color HEX #133712 Myrtle

📋 copy color: '#133712'

red 19 ◦ green 55 ◦ blue 18

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

Shades of Myrtle #133712

Tints of Myrtle #133712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 59.78%

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 20.65%
G = 59.78%
B = 19.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#133712 (or 0x133712) is known color: Myrtle. HEX triplet: 13, 37 and 12. RGB value is (19,55,18). Sum of RGB (Red+Green+Blue) = 19+55+18=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 55 (21.88% from 255 or 59.78% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 55 - color contains mainly: green. Hex color #133712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133712 is #ECC8ED. Grayscale: #282828. Windows color (decimal): -15517934 or 1193747. OLE color: 1193747.

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

Color convert

RGB 19 55 18 -
CMYK 0.65 0 0.67 0.78
HSL 118.38º 0.51% 0.14% -
HSV(B) 118.38º 0.67% 0.22% -
XYZ 1.74 2.91 1.04 -
YUV 40.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 19 55 18 0.65 0 0.67 0.78 118.38 0.51 0.14
Hex 13 37 12 41 0 43 4E 76 33 E
Octal 23 67 22 101 0 103 116 166 63 16
Binary 10011 110111 10010 1000001 0 1000011 1001110 1110110 110011 1110

Color Harmonies of #133712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133712

Black with #133712

Text Example


Text Example

White with #133712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133712; }

 p { color: rgb(19,55,18); }

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

background-color css

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

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

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

border-color css

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

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

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