Html Css Color HEX #134113 Myrtle

📋 copy color: '#134113'

red 19 ◦ green 65 ◦ blue 19

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

Shades of Myrtle #134113

Tints of Myrtle #134113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 63.11%

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

R = 18.45%
G = 63.11%
B = 18.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#134113 (or 0x134113) is known color: Myrtle. HEX triplet: 13, 41 and 13. RGB value is (19,65,19). Sum of RGB (Red+Green+Blue) = 19+65+19=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #134113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134113 is #ECBEEC. Grayscale: #2E2E2E. Windows color (decimal): -15515373 or 1261843. OLE color: 1261843.

HSL color Cylindrical-coordinate representation of color #134113: hue angle of 120º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134113 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 19 -
CMYK 0.71 0 0.71 0.75
HSL 120º 0.55% 0.16% -
HSV(B) 120º 0.71% 0.25% -
XYZ 2.28 3.97 1.26 -
YUV 46 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 19 65 19 0.71 0 0.71 0.75 120 0.55 0.16
Hex 13 41 13 47 0 47 4B 78 37 10
Octal 23 101 23 107 0 107 113 170 67 20
Binary 10011 1000001 10011 1000111 0 1000111 1001011 1111000 110111 10000

Color Harmonies of #134113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134113

Black with #134113

Text Example


Text Example

White with #134113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134113; }

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

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

background-color css

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

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

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

border-color css

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

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

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