Html Css Color HEX #134C0E Myrtle

📋 copy color: '#134C0E'

red 19 ◦ green 76 ◦ blue 14

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

Shades of Myrtle #134C0E

Tints of Myrtle #134C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 17.43%
G = 69.72%
B = 12.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#134C0E (or 0x134C0E) is known color: Myrtle. HEX triplet: 13, 4C and 0E. RGB value is (19,76,14). Sum of RGB (Red+Green+Blue) = 19+76+14=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #134C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C0E is #ECB3F1. Grayscale: #343434. Windows color (decimal): -15512562 or 936979. OLE color: 936979.

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

Color convert

RGB 19 76 14 -
CMYK 0.75 0 0.82 0.70
HSL 115.16º 0.69% 0.18% -
HSV(B) 115.16º 0.82% 0.3% -
XYZ 2.93 5.34 1.29 -
YUV 51.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 19 76 14 0.75 0 0.82 0.70 115.16 0.69 0.18
Hex 13 4C E 4B 0 52 46 73 45 12
Octal 23 114 16 113 0 122 106 163 105 22
Binary 10011 1001100 1110 1001011 0 1010010 1000110 1110011 1000101 10010

Color Harmonies of #134C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C0E

Black with #134C0E

Text Example


Text Example

White with #134C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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