Html Css Color HEX #134C0D Myrtle

📋 copy color: '#134C0D'

red 19 ◦ green 76 ◦ blue 13

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

Shades of Myrtle #134C0D

Tints of Myrtle #134C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 70.37%

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 17.59%
G = 70.37%
B = 12.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#134C0D (or 0x134C0D) is known color: Myrtle. HEX triplet: 13, 4C and 0D. RGB value is (19,76,13). Sum of RGB (Red+Green+Blue) = 19+76+13=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 76 (30.08% from 255 or 70.37% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 76 - color contains mainly: green. Hex color #134C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C0D is #ECB3F2. Grayscale: #333333. Windows color (decimal): -15512563 or 871443. OLE color: 871443.

HSL color Cylindrical-coordinate representation of color #134C0D: hue angle of 114.29º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134C0D is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 13 -
CMYK 0.75 0 0.83 0.70
HSL 114.29º 0.71% 0.17% -
HSV(B) 114.29º 0.83% 0.3% -
XYZ 2.93 5.34 1.26 -
YUV 51.78 106.12 104.62 -
System Red Green Blue C M Y K H S L
Decimal 19 76 13 0.75 0 0.83 0.70 114.29 0.71 0.17
Hex 13 4C D 4B 0 53 46 72 47 11
Octal 23 114 15 113 0 123 106 162 107 21
Binary 10011 1001100 1101 1001011 0 1010011 1000110 1110010 1000111 10001

Color Harmonies of #134C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C0D

Black with #134C0D

Text Example


Text Example

White with #134C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134C0D; }

 p { color: rgb(19,76,13); }

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

background-color css

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

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

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

border-color css

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

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

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