Html Css Color HEX #133414 Myrtle

📋 copy color: '#133414'

red 19 ◦ green 52 ◦ blue 20

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

Shades of Myrtle #133414

Tints of Myrtle #133414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 20.88%
G = 57.14%
B = 21.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#133414 (or 0x133414) is known color: Myrtle. HEX triplet: 13, 34 and 14. RGB value is (19,52,20). Sum of RGB (Red+Green+Blue) = 19+52+20=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #133414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133414 is #ECCBEB. Grayscale: #262626. Windows color (decimal): -15518700 or 1324051. OLE color: 1324051.

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

Color convert

RGB 19 52 20 -
CMYK 0.63 0 0.62 0.80
HSL 121.82º 0.46% 0.14% -
HSV(B) 121.82º 0.63% 0.2% -
XYZ 1.62 2.64 1.09 -
YUV 38.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 19 52 20 0.63 0 0.62 0.80 121.82 0.46 0.14
Hex 13 34 14 3F 0 3E 50 7A 2E E
Octal 23 64 24 77 0 76 120 172 56 16
Binary 10011 110100 10100 111111 0 111110 1010000 1111010 101110 1110

Color Harmonies of #133414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133414

Black with #133414

Text Example


Text Example

White with #133414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133414; }

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

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

background-color css

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

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

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

border-color css

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

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

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