Html Css Color HEX #134413 Myrtle

📋 copy color: '#134413'

red 19 ◦ green 68 ◦ blue 19

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

Shades of Myrtle #134413

Tints of Myrtle #134413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 64.15%

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

R = 17.92%
G = 64.15%
B = 17.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#134413 (or 0x134413) is known color: Myrtle. HEX triplet: 13, 44 and 13. RGB value is (19,68,19). Sum of RGB (Red+Green+Blue) = 19+68+19=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #134413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134413 is #ECBBEC. Grayscale: #2F2F2F. Windows color (decimal): -15514605 or 1262611. OLE color: 1262611.

HSL color Cylindrical-coordinate representation of color #134413: hue angle of 120º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134413 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 19 -
CMYK 0.72 0 0.72 0.73
HSL 120º 0.56% 0.17% -
HSV(B) 120º 0.72% 0.27% -
XYZ 2.45 4.32 1.32 -
YUV 47.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 19 68 19 0.72 0 0.72 0.73 120 0.56 0.17
Hex 13 44 13 48 0 48 49 78 38 11
Octal 23 104 23 110 0 110 111 170 70 21
Binary 10011 1000100 10011 1001000 0 1001000 1001001 1111000 111000 10001

Color Harmonies of #134413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134413

Black with #134413

Text Example


Text Example

White with #134413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134413; }

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

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

background-color css

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

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

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

border-color css

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

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

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