Html Css Color HEX #133412 Myrtle

📋 copy color: '#133412'

red 19 ◦ green 52 ◦ blue 18

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

Shades of Myrtle #133412

Tints of Myrtle #133412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 58.43%

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

R = 21.35%
G = 58.43%
B = 20.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#133412 (or 0x133412) is known color: Myrtle. HEX triplet: 13, 34 and 12. RGB value is (19,52,18). Sum of RGB (Red+Green+Blue) = 19+52+18=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #133412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133412 is #ECCBED. Grayscale: #262626. Windows color (decimal): -15518702 or 1192979. OLE color: 1192979.

HSL color Cylindrical-coordinate representation of color #133412: hue angle of 118.24º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133412 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 18 -
CMYK 0.63 0 0.65 0.80
HSL 118.24º 0.49% 0.14% -
HSV(B) 118.24º 0.65% 0.2% -
XYZ 1.61 2.64 1 -
YUV 38.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 19 52 18 0.63 0 0.65 0.80 118.24 0.49 0.14
Hex 13 34 12 3F 0 41 50 76 31 E
Octal 23 64 22 77 0 101 120 166 61 16
Binary 10011 110100 10010 111111 0 1000001 1010000 1110110 110001 1110

Color Harmonies of #133412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133412

Black with #133412

Text Example


Text Example

White with #133412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133412; }

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

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

background-color css

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

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

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

border-color css

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

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

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