Html Css Color HEX #133612 Myrtle

📋 copy color: '#133612'

red 19 ◦ green 54 ◦ blue 18

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

Shades of Myrtle #133612

Tints of Myrtle #133612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 59.34%

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

R = 20.88%
G = 59.34%
B = 19.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#133612 (or 0x133612) is known color: Myrtle. HEX triplet: 13, 36 and 12. RGB value is (19,54,18). Sum of RGB (Red+Green+Blue) = 19+54+18=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #133612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133612 is #ECC9ED. Grayscale: #272727. Windows color (decimal): -15518190 or 1193491. OLE color: 1193491.

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

Color convert

RGB 19 54 18 -
CMYK 0.65 0 0.67 0.79
HSL 118.33º 0.5% 0.14% -
HSV(B) 118.33º 0.67% 0.21% -
XYZ 1.7 2.82 1.03 -
YUV 39.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 19 54 18 0.65 0 0.67 0.79 118.33 0.5 0.14
Hex 13 36 12 41 0 43 4F 76 32 E
Octal 23 66 22 101 0 103 117 166 62 16
Binary 10011 110110 10010 1000001 0 1000011 1001111 1110110 110010 1110

Color Harmonies of #133612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133612

Black with #133612

Text Example


Text Example

White with #133612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133612; }

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

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

background-color css

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

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

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

border-color css

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

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

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